📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
container_engine
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_engine/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_node_pool_node_config_details.pyc
a N��f�0 � @ 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� �Zdd� Zdd� Zd d!� Zd"S )#�CreateNodePoolNodeConfigDetailszI The size and placement configuration of nodes in the node pool. c K sd ddddddddd �| _ d ddd ddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreateNodePoolNodeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param size: The value to assign to the size property of this CreateNodePoolNodeConfigDetails. :type size: int :param nsg_ids: The value to assign to the nsg_ids property of this CreateNodePoolNodeConfigDetails. :type nsg_ids: list[str] :param kms_key_id: The value to assign to the kms_key_id property of this CreateNodePoolNodeConfigDetails. :type kms_key_id: str :param is_pv_encryption_in_transit_enabled: The value to assign to the is_pv_encryption_in_transit_enabled property of this CreateNodePoolNodeConfigDetails. :type is_pv_encryption_in_transit_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateNodePoolNodeConfigDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNodePoolNodeConfigDetails. :type defined_tags: dict(str, dict(str, object)) :param placement_configs: The value to assign to the placement_configs property of this CreateNodePoolNodeConfigDetails. :type placement_configs: list[oci.container_engine.models.NodePoolPlacementConfigDetails] :param node_pool_pod_network_option_details: The value to assign to the node_pool_pod_network_option_details property of this CreateNodePoolNodeConfigDetails. :type node_pool_pod_network_option_details: oci.container_engine.models.NodePoolPodNetworkOptionDetails �intz list[str]�str�boolzdict(str, str)zdict(str, dict(str, object))z$list[NodePoolPlacementConfigDetails]�NodePoolPodNetworkOptionDetails)�size�nsg_ids� kms_key_id�#is_pv_encryption_in_transit_enabled� freeform_tags�defined_tags�placement_configs�$node_pool_pod_network_option_detailsr �nsgIds�kmsKeyId�isPvEncryptionInTransitEnabled�freeformTags�definedTags�placementConfigs�nodePoolPodNetworkOptionDetailsN) � swagger_types� attribute_map�_size�_nsg_ids�_kms_key_id�$_is_pv_encryption_in_transit_enabled�_freeform_tags� _defined_tags�_placement_configs�%_node_pool_pod_network_option_details)�self�kwargs� r&