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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateClusterNetworkDetailsz/ The data to create a cluster network. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a] Initializes a new CreateClusterNetworkDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateClusterNetworkDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateClusterNetworkDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateClusterNetworkDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateClusterNetworkDetails. :type freeform_tags: dict(str, str) :param instance_pools: The value to assign to the instance_pools property of this CreateClusterNetworkDetails. :type instance_pools: list[oci.core.models.CreateClusterNetworkInstancePoolDetails] :param placement_configuration: The value to assign to the placement_configuration property of this CreateClusterNetworkDetails. :type placement_configuration: oci.core.models.ClusterNetworkPlacementConfigurationDetails �strzdict(str, dict(str, object))zdict(str, str)z-list[CreateClusterNetworkInstancePoolDetails]�+ClusterNetworkPlacementConfigurationDetails)�compartment_id�defined_tags�display_name� freeform_tags�instance_pools�placement_configuration� compartmentId�definedTags�displayName�freeformTags� instancePools�placementConfigurationN)� swagger_types� attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_instance_pools�_placement_configuration)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/create_cluster_network_details.py�__init__ s( � � z$CreateClusterNetworkDetails.__init__c C s | j S )ad **[Required]** Gets the compartment_id of this CreateClusterNetworkDetails. The `OCID`__ of the compartment containing the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateClusterNetworkDetails. :rtype: str �r �r r r r r G s z*CreateClusterNetworkDetails.compartment_idc C s || _ dS )ab Sets the compartment_id of this CreateClusterNetworkDetails. The `OCID`__ of the compartment containing the cluster network. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateClusterNetworkDetails. :type: str Nr"