📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
cluster_placement_groups
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cluster_placement_groups/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cluster_placement_group.cpython-39.pyc
a ���f�Q � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Zd9d:� Zd;d<� Zd=d>� Z d?S )@�ClusterPlacementGroupz� A cluster placement group, which is a logical grouping of resources that offer low latency within an availability domain by being placed in close physical proximity. �STANDARD�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ClusterPlacementGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ClusterPlacementGroup. :type id: str :param name: The value to assign to the name property of this ClusterPlacementGroup. :type name: str :param description: The value to assign to the description property of this ClusterPlacementGroup. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ClusterPlacementGroup. :type compartment_id: str :param availability_domain: The value to assign to the availability_domain property of this ClusterPlacementGroup. :type availability_domain: str :param cluster_placement_group_type: The value to assign to the cluster_placement_group_type property of this ClusterPlacementGroup. Allowed values for this property are: "STANDARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cluster_placement_group_type: str :param time_created: The value to assign to the time_created property of this ClusterPlacementGroup. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ClusterPlacementGroup. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ClusterPlacementGroup. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ClusterPlacementGroup. :type lifecycle_details: str :param placement_instruction: The value to assign to the placement_instruction property of this ClusterPlacementGroup. :type placement_instruction: oci.cluster_placement_groups.models.PlacementInstructionDetails :param capabilities: The value to assign to the capabilities property of this ClusterPlacementGroup. :type capabilities: oci.cluster_placement_groups.models.CapabilitiesCollection :param freeform_tags: The value to assign to the freeform_tags property of this ClusterPlacementGroup. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ClusterPlacementGroup. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ClusterPlacementGroup. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZPlacementInstructionDetailsZCapabilitiesCollectionzdict(str, str)zdict(str, dict(str, object)))�id�name�description�compartment_id�availability_domain�cluster_placement_group_type�time_created�time_updated�lifecycle_state�lifecycle_details�placement_instruction�capabilities� freeform_tags�defined_tags�system_tagsr r r Z compartmentIdZavailabilityDomainZclusterPlacementGroupTypeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZplacementInstructionr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_name�_description�_compartment_id�_availability_domain�_cluster_placement_group_type� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_placement_instruction� _capabilities�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r0 �_/usr/lib/python3.9/site-packages/oci/cluster_placement_groups/models/cluster_placement_group.py�__init__2 s^ G��zClusterPlacementGroup.__init__c C s | j S )a% **[Required]** Gets the id of this ClusterPlacementGroup. The `OCID`__ of the cluster placement group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ClusterPlacementGroup. :rtype: str �r �r. r0 r0 r1 r � s zClusterPlacementGroup.idc C s || _ dS )a Sets the id of this ClusterPlacementGroup. The `OCID`__ of the cluster placement group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ClusterPlacementGroup. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )aV **[Required]** Gets the name of this ClusterPlacementGroup. The user-friendly name of the cluster placement group. The display name for a cluster placement must be unique and you cannot change it. Avoid entering confidential information. :return: The name of this ClusterPlacementGroup. :rtype: str �r r4 r0 r0 r1 r � s zClusterPlacementGroup.namec C s || _ dS )aJ Sets the name of this ClusterPlacementGroup. The user-friendly name of the cluster placement group. The display name for a cluster placement must be unique and you cannot change it. Avoid entering confidential information. :param name: The name of this ClusterPlacementGroup. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the description of this ClusterPlacementGroup. A description of the cluster placement group. :return: The description of this ClusterPlacementGroup. :rtype: str �r! r4 r0 r0 r1 r � s z!ClusterPlacementGroup.descriptionc C s || _ dS )z� Sets the description of this ClusterPlacementGroup. A description of the cluster placement group. :param description: The description of this ClusterPlacementGroup. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )a[ **[Required]** Gets the compartment_id of this ClusterPlacementGroup. The `OCID`__ of the compartment that contains the cluster placement group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ClusterPlacementGroup. :rtype: str �r"