📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: virtual_node_pool_summary.cpython-39.opt-1.pyc
a ���fa � @ 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�VirtualNodePoolSummaryzA The properties that define a virtual node pool summary. �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 )!a� Initializes a new VirtualNodePoolSummary 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 VirtualNodePoolSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this VirtualNodePoolSummary. :type compartment_id: str :param cluster_id: The value to assign to the cluster_id property of this VirtualNodePoolSummary. :type cluster_id: str :param display_name: The value to assign to the display_name property of this VirtualNodePoolSummary. :type display_name: str :param kubernetes_version: The value to assign to the kubernetes_version property of this VirtualNodePoolSummary. :type kubernetes_version: str :param initial_virtual_node_labels: The value to assign to the initial_virtual_node_labels property of this VirtualNodePoolSummary. :type initial_virtual_node_labels: list[oci.container_engine.models.InitialVirtualNodeLabel] :param taints: The value to assign to the taints property of this VirtualNodePoolSummary. :type taints: list[oci.container_engine.models.Taint] :param size: The value to assign to the size property of this VirtualNodePoolSummary. :type size: int :param placement_configurations: The value to assign to the placement_configurations property of this VirtualNodePoolSummary. :type placement_configurations: list[oci.container_engine.models.PlacementConfiguration] :param nsg_ids: The value to assign to the nsg_ids property of this VirtualNodePoolSummary. :type nsg_ids: list[str] :param pod_configuration: The value to assign to the pod_configuration property of this VirtualNodePoolSummary. :type pod_configuration: oci.container_engine.models.PodConfiguration :param lifecycle_state: The value to assign to the lifecycle_state property of this VirtualNodePoolSummary. 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 VirtualNodePoolSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this VirtualNodePoolSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VirtualNodePoolSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this VirtualNodePoolSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VirtualNodePoolSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VirtualNodePoolSummary. :type system_tags: dict(str, dict(str, object)) :param virtual_node_tags: The value to assign to the virtual_node_tags property of this VirtualNodePoolSummary. :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 �Y/usr/lib/python3.9/site-packages/oci/container_engine/models/virtual_node_pool_summary.py�__init__. sv U��zVirtualNodePoolSummary.__init__c C s | j S )z� **[Required]** Gets the id of this VirtualNodePoolSummary. The OCID of the virtual node pool. :return: The id of this VirtualNodePoolSummary. :rtype: str �r# �r6 r8 r8 r9 r � s zVirtualNodePoolSummary.idc C s || _ dS )z� Sets the id of this VirtualNodePoolSummary. The OCID of the virtual node pool. :param id: The id of this VirtualNodePoolSummary. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this VirtualNodePoolSummary. Compartment of the virtual node pool. :return: The compartment_id of this VirtualNodePoolSummary. :rtype: str �r$ r<