📂 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_node_pool_details.cpython-39.pyc
a ���f;Q � @ 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 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 � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�UpdateNodePoolDetailszE The properties that define a request to update a node pool. c K s� ddddddddddddd d dd�| _ d ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new UpdateNodePoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this UpdateNodePoolDetails. :type name: str :param kubernetes_version: The value to assign to the kubernetes_version property of this UpdateNodePoolDetails. :type kubernetes_version: str :param initial_node_labels: The value to assign to the initial_node_labels property of this UpdateNodePoolDetails. :type initial_node_labels: list[oci.container_engine.models.KeyValue] :param quantity_per_subnet: The value to assign to the quantity_per_subnet property of this UpdateNodePoolDetails. :type quantity_per_subnet: int :param subnet_ids: The value to assign to the subnet_ids property of this UpdateNodePoolDetails. :type subnet_ids: list[str] :param node_config_details: The value to assign to the node_config_details property of this UpdateNodePoolDetails. :type node_config_details: oci.container_engine.models.UpdateNodePoolNodeConfigDetails :param node_metadata: The value to assign to the node_metadata property of this UpdateNodePoolDetails. :type node_metadata: dict(str, str) :param node_source_details: The value to assign to the node_source_details property of this UpdateNodePoolDetails. :type node_source_details: oci.container_engine.models.NodeSourceDetails :param ssh_public_key: The value to assign to the ssh_public_key property of this UpdateNodePoolDetails. :type ssh_public_key: str :param node_shape: The value to assign to the node_shape property of this UpdateNodePoolDetails. :type node_shape: str :param node_shape_config: The value to assign to the node_shape_config property of this UpdateNodePoolDetails. :type node_shape_config: oci.container_engine.models.UpdateNodeShapeConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateNodePoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateNodePoolDetails. :type defined_tags: dict(str, dict(str, object)) :param node_eviction_node_pool_settings: The value to assign to the node_eviction_node_pool_settings property of this UpdateNodePoolDetails. :type node_eviction_node_pool_settings: oci.container_engine.models.NodeEvictionNodePoolSettings :param node_pool_cycling_details: The value to assign to the node_pool_cycling_details property of this UpdateNodePoolDetails. :type node_pool_cycling_details: oci.container_engine.models.NodePoolCyclingDetails �strzlist[KeyValue]�intz list[str]ZUpdateNodePoolNodeConfigDetailszdict(str, str)ZNodeSourceDetailsZUpdateNodeShapeConfigDetailszdict(str, dict(str, object))ZNodeEvictionNodePoolSettingsZNodePoolCyclingDetails)�name�kubernetes_version�initial_node_labels�quantity_per_subnet� subnet_ids�node_config_details� node_metadata�node_source_details�ssh_public_key� node_shape�node_shape_config� freeform_tags�defined_tags� node_eviction_node_pool_settings�node_pool_cycling_detailsr ZkubernetesVersionZinitialNodeLabelsZquantityPerSubnetZ subnetIdsZnodeConfigDetailsZnodeMetadataZnodeSourceDetailsZsshPublicKeyZ nodeShapeZnodeShapeConfigZfreeformTagsZdefinedTagsZnodeEvictionNodePoolSettingsZnodePoolCyclingDetailsN)Z swagger_typesZ attribute_map�_name�_kubernetes_version�_initial_node_labels�_quantity_per_subnet�_subnet_ids�_node_config_details�_node_metadata�_node_source_details�_ssh_public_key�_node_shape�_node_shape_config�_freeform_tags� _defined_tags�!_node_eviction_node_pool_settings�_node_pool_cycling_details)�self�kwargs� r) �X/usr/lib/python3.9/site-packages/oci/container_engine/models/update_node_pool_details.py�__init__ s^ C��zUpdateNodePoolDetails.__init__c C s | j S )z� Gets the name of this UpdateNodePoolDetails. The new name for the cluster. Avoid entering confidential information. :return: The name of this UpdateNodePoolDetails. :rtype: str �r �r'