ruạṛ
a N��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 @ sT 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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�ClusterNetworkaJ A cluster network is a group of high performance computing (HPC) bare metal instances that are connected with an ultra low latency network. For more information about cluster networks, see `Managing Cluster Networks`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/managingclusternetworks.htm �PROVISIONING�SCALING�STARTING�STOPPING�TERMINATING�STOPPED� TERMINATED�RUNNINGc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a8 Initializes a new ClusterNetwork 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 ClusterNetwork. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ClusterNetwork. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ClusterNetwork. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ClusterNetwork. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ClusterNetwork. :type freeform_tags: dict(str, str) :param instance_pools: The value to assign to the instance_pools property of this ClusterNetwork. :type instance_pools: list[oci.core.models.InstancePool] :param placement_configuration: The value to assign to the placement_configuration property of this ClusterNetwork. :type placement_configuration: oci.core.models.ClusterNetworkPlacementConfigurationDetails :param lifecycle_state: The value to assign to the lifecycle_state property of this ClusterNetwork. Allowed values for this property are: "PROVISIONING", "SCALING", "STARTING", "STOPPING", "TERMINATING", "STOPPED", "TERMINATED", "RUNNING", '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 ClusterNetwork. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ClusterNetwork. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)zlist[InstancePool]�+ClusterNetworkPlacementConfigurationDetails�datetime) �id�compartment_id�defined_tags�display_name� freeform_tags�instance_pools�placement_configuration�lifecycle_state�time_created�time_updatedr � compartmentId�definedTags�displayName�freeformTags� instancePools�placementConfiguration�lifecycleState�timeCreated�timeUpdatedN)� swagger_types� attribute_map�_id�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_pools�_placement_configuration�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/cluster_network.py�__init__4 s@ 1�� zClusterNetwork.__init__c C s | j S )a **[Required]** Gets the id of this ClusterNetwork. The `OCID`__ of the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ClusterNetwork. :rtype: str �r'