ruạṛ
a ���f�. � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�ComputeClusteraF A remote direct memory access (RDMA) network group. A cluster network on a `compute cluster`__ is a group of high performance computing (HPC), GPU, or optimized instances that are connected with an ultra low-latency network. Use compute clusters when you want to manage instances in the cluster individually in the RDMA network group. For details about cluster networks that use instance pools to manage groups of identical instances, see :class:`ClusterNetwork`. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm �ACTIVE�DELETEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aS Initializes a new ComputeCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this ComputeCluster. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this ComputeCluster. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ComputeCluster. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this ComputeCluster. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this ComputeCluster. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this ComputeCluster. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ComputeCluster. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ComputeCluster. :type time_created: datetime �strzdict(str, dict(str, object))zdict(str, str)Zdatetime)�availability_domain�compartment_id�display_name�defined_tags� freeform_tags�id�lifecycle_state�time_createdZavailabilityDomainZ compartmentIdZdisplayNameZdefinedTagsZfreeformTagsr ZlifecycleStateZtimeCreatedN) Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name� _defined_tags�_freeform_tags�_id�_lifecycle_state� _time_created)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/core/models/compute_cluster.py�__init__$ s4 )��zComputeCluster.__init__c C s | j S )a **[Required]** Gets the availability_domain of this ComputeCluster. The availability domain the compute cluster is running in. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this ComputeCluster. :rtype: str �r �r r r r r k s z"ComputeCluster.availability_domainc C s || _ dS )a Sets the availability_domain of this ComputeCluster. The availability domain the compute cluster is running in. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this ComputeCluster. :type: str Nr )r r r r r r y s c C s | j S )aE **[Required]** Gets the compartment_id of this ComputeCluster. The `OCID`__ of the compartment that contains the compute cluster. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ComputeCluster. :rtype: str �r r r r r r � s zComputeCluster.compartment_idc C s || _ dS )aC Sets the compartment_id of this ComputeCluster. The `OCID`__ of the compartment that contains the compute cluster. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ComputeCluster. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the display_name of this ComputeCluster. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this ComputeCluster. :rtype: str �r r r r r r � s zComputeCluster.display_namec C s || _ dS )a Sets the display_name of this ComputeCluster. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this ComputeCluster. :type: str Nr"