ruạṛ
a ���f7Y � @ 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%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!dEdF� Z"dGdH� Z#dIdJ� Z$dKS )L�ClusterzH A Kubernetes cluster. Avoid entering confidential information. �CREATING�ACTIVE�FAILED�DELETING�DELETED�UPDATING� BASIC_CLUSTER�ENHANCED_CLUSTERc K s� ddddddddddddddddd d dd�| _ dd dddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS ) a] Initializes a new Cluster 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 Cluster. :type id: str :param name: The value to assign to the name property of this Cluster. :type name: str :param compartment_id: The value to assign to the compartment_id property of this Cluster. :type compartment_id: str :param endpoint_config: The value to assign to the endpoint_config property of this Cluster. :type endpoint_config: oci.container_engine.models.ClusterEndpointConfig :param vcn_id: The value to assign to the vcn_id property of this Cluster. :type vcn_id: str :param kubernetes_version: The value to assign to the kubernetes_version property of this Cluster. :type kubernetes_version: str :param kms_key_id: The value to assign to the kms_key_id property of this Cluster. :type kms_key_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Cluster. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Cluster. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Cluster. :type system_tags: dict(str, dict(str, object)) :param options: The value to assign to the options property of this Cluster. :type options: oci.container_engine.models.ClusterCreateOptions :param metadata: The value to assign to the metadata property of this Cluster. :type metadata: oci.container_engine.models.ClusterMetadata :param lifecycle_state: The value to assign to the lifecycle_state property of this Cluster. Allowed values for this property are: "CREATING", "ACTIVE", "FAILED", "DELETING", "DELETED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Cluster. :type lifecycle_details: str :param endpoints: The value to assign to the endpoints property of this Cluster. :type endpoints: oci.container_engine.models.ClusterEndpoints :param available_kubernetes_upgrades: The value to assign to the available_kubernetes_upgrades property of this Cluster. :type available_kubernetes_upgrades: list[str] :param image_policy_config: The value to assign to the image_policy_config property of this Cluster. :type image_policy_config: oci.container_engine.models.ImagePolicyConfig :param cluster_pod_network_options: The value to assign to the cluster_pod_network_options property of this Cluster. :type cluster_pod_network_options: list[oci.container_engine.models.ClusterPodNetworkOptionDetails] :param type: The value to assign to the type property of this Cluster. Allowed values for this property are: "BASIC_CLUSTER", "ENHANCED_CLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �strZClusterEndpointConfigzdict(str, str)zdict(str, dict(str, object))ZClusterCreateOptionsZClusterMetadataZClusterEndpointsz list[str]ZImagePolicyConfigz$list[ClusterPodNetworkOptionDetails])�id�name�compartment_id�endpoint_config�vcn_id�kubernetes_version� kms_key_id� freeform_tags�defined_tags�system_tags�options�metadata�lifecycle_state�lifecycle_details� endpoints�available_kubernetes_upgrades�image_policy_config�cluster_pod_network_options�typer r Z compartmentIdZendpointConfigZvcnIdZkubernetesVersionZkmsKeyIdZfreeformTagsZdefinedTagsZ systemTagsr r ZlifecycleStateZlifecycleDetailsr ZavailableKubernetesUpgradesZimagePolicyConfigZclusterPodNetworkOptionsr"