📂 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: update_virtual_node_pool_details.cpython-39.pyc
a ���f7 � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateVirtualNodePoolDetailszM The properties that define a request to update a virtual node pool. c K sx ddddddddd d d� | _ dd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ae Initializes a new UpdateVirtualNodePoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateVirtualNodePoolDetails. :type display_name: str :param initial_virtual_node_labels: The value to assign to the initial_virtual_node_labels property of this UpdateVirtualNodePoolDetails. :type initial_virtual_node_labels: list[oci.container_engine.models.InitialVirtualNodeLabel] :param taints: The value to assign to the taints property of this UpdateVirtualNodePoolDetails. :type taints: list[oci.container_engine.models.Taint] :param size: The value to assign to the size property of this UpdateVirtualNodePoolDetails. :type size: int :param placement_configurations: The value to assign to the placement_configurations property of this UpdateVirtualNodePoolDetails. :type placement_configurations: list[oci.container_engine.models.PlacementConfiguration] :param nsg_ids: The value to assign to the nsg_ids property of this UpdateVirtualNodePoolDetails. :type nsg_ids: list[str] :param pod_configuration: The value to assign to the pod_configuration property of this UpdateVirtualNodePoolDetails. :type pod_configuration: oci.container_engine.models.PodConfiguration :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVirtualNodePoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVirtualNodePoolDetails. :type defined_tags: dict(str, dict(str, object)) :param virtual_node_tags: The value to assign to the virtual_node_tags property of this UpdateVirtualNodePoolDetails. :type virtual_node_tags: oci.container_engine.models.VirtualNodeTags �strzlist[InitialVirtualNodeLabel]zlist[Taint]�intzlist[PlacementConfiguration]z list[str]ZPodConfigurationzdict(str, str)zdict(str, dict(str, object))ZVirtualNodeTags) �display_name�initial_virtual_node_labels�taints�size�placement_configurations�nsg_ids�pod_configuration� freeform_tags�defined_tags�virtual_node_tagsZdisplayNameZinitialVirtualNodeLabelsr r ZplacementConfigurationsZnsgIdsZpodConfigurationZfreeformTagsZdefinedTagsZvirtualNodeTagsN)Z swagger_typesZ attribute_map� _display_name�_initial_virtual_node_labels�_taints�_size�_placement_configurations�_nsg_ids�_pod_configuration�_freeform_tags� _defined_tags�_virtual_node_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/container_engine/models/update_virtual_node_pool_details.py�__init__ s@ /�� z%UpdateVirtualNodePoolDetails.__init__c C s | j S )z� Gets the display_name of this UpdateVirtualNodePoolDetails. Display name of the virtual node pool. This is a non-unique value. :return: The display_name of this UpdateVirtualNodePoolDetails. :rtype: str �r �r r r r r e s z)UpdateVirtualNodePoolDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateVirtualNodePoolDetails. Display name of the virtual node pool. This is a non-unique value. :param display_name: The display_name of this UpdateVirtualNodePoolDetails. :type: str Nr"