ruạṛ
a N��f{7 � @ 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%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ClusterNetworkSummaryz4 Summary information for a cluster network. �PROVISIONING�SCALING�STARTING�STOPPING�TERMINATING�STOPPED� TERMINATED�RUNNINGc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ClusterNetworkSummary 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 ClusterNetworkSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ClusterNetworkSummary. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ClusterNetworkSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ClusterNetworkSummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ClusterNetworkSummary. :type freeform_tags: dict(str, str) :param instance_pools: The value to assign to the instance_pools property of this ClusterNetworkSummary. :type instance_pools: list[oci.core.models.InstancePoolSummary] :param lifecycle_state: The value to assign to the lifecycle_state property of this ClusterNetworkSummary. 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 ClusterNetworkSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ClusterNetworkSummary. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)zlist[InstancePoolSummary]�datetime) �id�compartment_id�defined_tags�display_name� freeform_tags�instance_pools�lifecycle_state�time_created�time_updatedr � compartmentId�definedTags�displayName�freeformTags� instancePools�lifecycleState�timeCreated�timeUpdatedN)� swagger_types� attribute_map�_id�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_pools�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/cluster_network_summary.py�__init__0 s: -� �zClusterNetworkSummary.__init__c C s | j S )a **[Required]** Gets the id of this ClusterNetworkSummary. The `OCID`__ of the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ClusterNetworkSummary. :rtype: str �r$ �r- r/ r/ r0 r ~ s zClusterNetworkSummary.idc C s || _ dS )a Sets the id of this ClusterNetworkSummary. The `OCID`__ of the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ClusterNetworkSummary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )aX **[Required]** Gets the compartment_id of this ClusterNetworkSummary. The `OCID`__ of the compartment containing the cluster netowrk. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ClusterNetworkSummary. :rtype: str �r% r3 r/ r/ r0 r � s z$ClusterNetworkSummary.compartment_idc C s || _ dS )aV Sets the compartment_id of this ClusterNetworkSummary. The `OCID`__ of the compartment containing the cluster netowrk. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ClusterNetworkSummary. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )a� Gets the defined_tags of this ClusterNetworkSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this ClusterNetworkSummary. :rtype: dict(str, dict(str, object)) �r&