ruạṛ
a ���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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z dDdE� Z!dFdG� Z"dHdI� Z#dJS )K�VirtualNodePoolz8 A pool of virtual nodes attached to a cluster. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�NEEDS_ATTENTIONc K s� dddddddddddddddd d d dd�| _ d ddddddddddddddddddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d S )!a6 Initializes a new VirtualNodePool 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 VirtualNodePool. :type id: str :param compartment_id: The value to assign to the compartment_id property of this VirtualNodePool. :type compartment_id: str :param cluster_id: The value to assign to the cluster_id property of this VirtualNodePool. :type cluster_id: str :param display_name: The value to assign to the display_name property of this VirtualNodePool. :type display_name: str :param kubernetes_version: The value to assign to the kubernetes_version property of this VirtualNodePool. :type kubernetes_version: str :param initial_virtual_node_labels: The value to assign to the initial_virtual_node_labels property of this VirtualNodePool. :type initial_virtual_node_labels: list[oci.container_engine.models.InitialVirtualNodeLabel] :param taints: The value to assign to the taints property of this VirtualNodePool. :type taints: list[oci.container_engine.models.Taint] :param size: The value to assign to the size property of this VirtualNodePool. :type size: int :param placement_configurations: The value to assign to the placement_configurations property of this VirtualNodePool. :type placement_configurations: list[oci.container_engine.models.PlacementConfiguration] :param nsg_ids: The value to assign to the nsg_ids property of this VirtualNodePool. :type nsg_ids: list[str] :param pod_configuration: The value to assign to the pod_configuration property of this VirtualNodePool. :type pod_configuration: oci.container_engine.models.PodConfiguration :param lifecycle_state: The value to assign to the lifecycle_state property of this VirtualNodePool. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", '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 VirtualNodePool. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this VirtualNodePool. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VirtualNodePool. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this VirtualNodePool. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VirtualNodePool. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VirtualNodePool. :type system_tags: dict(str, dict(str, object)) :param virtual_node_tags: The value to assign to the virtual_node_tags property of this VirtualNodePool. :type virtual_node_tags: oci.container_engine.models.VirtualNodeTags �strzlist[InitialVirtualNodeLabel]zlist[Taint]�intzlist[PlacementConfiguration]z list[str]ZPodConfigurationZdatetimezdict(str, str)zdict(str, dict(str, object))ZVirtualNodeTags)�id�compartment_id� cluster_id�display_name�kubernetes_version�initial_virtual_node_labels�taints�size�placement_configurations�nsg_ids�pod_configuration�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tags�virtual_node_tagsr Z compartmentIdZ clusterIdZdisplayNameZkubernetesVersionZinitialVirtualNodeLabelsr r ZplacementConfigurationsZnsgIdsZpodConfigurationZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsZvirtualNodeTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_cluster_id� _display_name�_kubernetes_version�_initial_virtual_node_labels�_taints�_size�_placement_configurations�_nsg_ids�_pod_configuration�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags�_virtual_node_tags)�self�kwargs� r8 �Q/usr/lib/python3.9/site-packages/oci/container_engine/models/virtual_node_pool.py�__init__. sv U��zVirtualNodePool.__init__c C s | j S )z� **[Required]** Gets the id of this VirtualNodePool. The OCID of the virtual node pool. :return: The id of this VirtualNodePool. :rtype: str �r# �r6 r8 r8 r9 r � s zVirtualNodePool.idc C s || _ dS )z� Sets the id of this VirtualNodePool. The OCID of the virtual node pool. :param id: The id of this VirtualNodePool. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this VirtualNodePool. Compartment of the virtual node pool. :return: The compartment_id of this VirtualNodePool. :rtype: str �r$ r<