ruạṛ
a ���f�Y � @ 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 dBdC� Z!dDdE� Z"dFdG� Z#dHS )I�ClusterSummaryz7 The properties that define a cluster summary. �CREATING�ACTIVE�FAILED�DELETING�DELETED�UPDATING� BASIC_CLUSTER�ENHANCED_CLUSTERc K s� dddddddddddddddd d dd�| _ dd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a\ Initializes a new ClusterSummary 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 ClusterSummary. :type id: str :param name: The value to assign to the name property of this ClusterSummary. :type name: str :param compartment_id: The value to assign to the compartment_id property of this ClusterSummary. :type compartment_id: str :param endpoint_config: The value to assign to the endpoint_config property of this ClusterSummary. :type endpoint_config: oci.container_engine.models.ClusterEndpointConfig :param vcn_id: The value to assign to the vcn_id property of this ClusterSummary. :type vcn_id: str :param kubernetes_version: The value to assign to the kubernetes_version property of this ClusterSummary. :type kubernetes_version: str :param freeform_tags: The value to assign to the freeform_tags property of this ClusterSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ClusterSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ClusterSummary. :type system_tags: dict(str, dict(str, object)) :param options: The value to assign to the options property of this ClusterSummary. :type options: oci.container_engine.models.ClusterCreateOptions :param metadata: The value to assign to the metadata property of this ClusterSummary. :type metadata: oci.container_engine.models.ClusterMetadata :param lifecycle_state: The value to assign to the lifecycle_state property of this ClusterSummary. 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 ClusterSummary. :type lifecycle_details: str :param endpoints: The value to assign to the endpoints property of this ClusterSummary. :type endpoints: oci.container_engine.models.ClusterEndpoints :param available_kubernetes_upgrades: The value to assign to the available_kubernetes_upgrades property of this ClusterSummary. :type available_kubernetes_upgrades: list[str] :param image_policy_config: The value to assign to the image_policy_config property of this ClusterSummary. :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 ClusterSummary. :type cluster_pod_network_options: list[oci.container_engine.models.ClusterPodNetworkOptionDetails] :param type: The value to assign to the type property of this ClusterSummary. 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� 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 compartmentIdZendpointConfigZvcnIdZkubernetesVersionZfreeformTagsZdefinedTagsZ systemTagsr r ZlifecycleStateZlifecycleDetailsr ZavailableKubernetesUpgradesZimagePolicyConfigZclusterPodNetworkOptionsr! N)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_endpoint_config�_vcn_id�_kubernetes_version�_freeform_tags� _defined_tags�_system_tags�_options� _metadata�_lifecycle_state�_lifecycle_details� _endpoints�_available_kubernetes_upgrades�_image_policy_config�_cluster_pod_network_options�_type)�self�kwargs� r6 �O/usr/lib/python3.9/site-packages/oci/container_engine/models/cluster_summary.py�__init__2 sp S��zClusterSummary.__init__c C s | j S )z� Gets the id of this ClusterSummary. The OCID of the cluster. :return: The id of this ClusterSummary. :rtype: str �r"