ruạṛ
a N��f8 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateClusterDetailszC The properties that define a request to create a cluster. c K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateClusterDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateClusterDetails. :type compartment_id: str :param endpoint_config: The value to assign to the endpoint_config property of this CreateClusterDetails. :type endpoint_config: oci.container_engine.models.CreateClusterEndpointConfigDetails :param vcn_id: The value to assign to the vcn_id property of this CreateClusterDetails. :type vcn_id: str :param kubernetes_version: The value to assign to the kubernetes_version property of this CreateClusterDetails. :type kubernetes_version: str :param kms_key_id: The value to assign to the kms_key_id property of this CreateClusterDetails. :type kms_key_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param options: The value to assign to the options property of this CreateClusterDetails. :type options: oci.container_engine.models.ClusterCreateOptions :param image_policy_config: The value to assign to the image_policy_config property of this CreateClusterDetails. :type image_policy_config: oci.container_engine.models.CreateImagePolicyConfigDetails :param cluster_pod_network_options: The value to assign to the cluster_pod_network_options property of this CreateClusterDetails. :type cluster_pod_network_options: list[oci.container_engine.models.ClusterPodNetworkOptionDetails] �str�"CreateClusterEndpointConfigDetailszdict(str, str)zdict(str, dict(str, object))�ClusterCreateOptions�CreateImagePolicyConfigDetailsz$list[ClusterPodNetworkOptionDetails])�name�compartment_id�endpoint_config�vcn_id�kubernetes_version� kms_key_id� freeform_tags�defined_tags�options�image_policy_config�cluster_pod_network_optionsr � compartmentId�endpointConfig�vcnId�kubernetesVersion�kmsKeyId�freeformTags�definedTagsr �imagePolicyConfig�clusterPodNetworkOptionsN) � swagger_types� attribute_map�_name�_compartment_id�_endpoint_config�_vcn_id�_kubernetes_version�_kms_key_id�_freeform_tags� _defined_tags�_options�_image_policy_config�_cluster_pod_network_options)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_engine/models/create_cluster_details.py�__init__ sF 3��zCreateClusterDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateClusterDetails. The name of the cluster. Avoid entering confidential information. :return: The name of this CreateClusterDetails. :rtype: str �r! �r, r. r. r/ r j s zCreateClusterDetails.namec C s || _ dS )z� Sets the name of this CreateClusterDetails. The name of the cluster. Avoid entering confidential information. :param name: The name of this CreateClusterDetails. :type: str Nr1 )r, r r. r. r/ r v s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateClusterDetails. The OCID of the compartment in which to create the cluster. :return: The compartment_id of this CreateClusterDetails. :rtype: str �r"