📂 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: node_pool_node_config_details.cpython-39.pyc
a ���f0 � @ 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 )#�NodePoolNodeConfigDetailszI 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 NodePoolNodeConfigDetails 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 NodePoolNodeConfigDetails. :type size: int :param nsg_ids: The value to assign to the nsg_ids property of this NodePoolNodeConfigDetails. :type nsg_ids: list[str] :param kms_key_id: The value to assign to the kms_key_id property of this NodePoolNodeConfigDetails. :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 NodePoolNodeConfigDetails. :type is_pv_encryption_in_transit_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this NodePoolNodeConfigDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NodePoolNodeConfigDetails. :type defined_tags: dict(str, dict(str, object)) :param placement_configs: The value to assign to the placement_configs property of this NodePoolNodeConfigDetails. :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 NodePoolNodeConfigDetails. :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]ZNodePoolPodNetworkOptionDetails)�size�nsg_ids� kms_key_id�#is_pv_encryption_in_transit_enabled� freeform_tags�defined_tags�placement_configs�$node_pool_pod_network_option_detailsr ZnsgIdsZkmsKeyIdZisPvEncryptionInTransitEnabledZfreeformTagsZdefinedTagsZplacementConfigsZnodePoolPodNetworkOptionDetailsN) Z swagger_typesZ 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 �]/usr/lib/python3.9/site-packages/oci/container_engine/models/node_pool_node_config_details.py�__init__ s4 '��z"NodePoolNodeConfigDetails.__init__c C s | j S )z� Gets the size of this NodePoolNodeConfigDetails. The number of nodes in the node pool. :return: The size of this NodePoolNodeConfigDetails. :rtype: int �r �r r r r r W s zNodePoolNodeConfigDetails.sizec C s || _ dS )z� Sets the size of this NodePoolNodeConfigDetails. The number of nodes in the node pool. :param size: The size of this NodePoolNodeConfigDetails. :type: int Nr )r r r r r r c s c C s | j S )aD Gets the nsg_ids of this NodePoolNodeConfigDetails. The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see :class:`NetworkSecurityGroup`. :return: The nsg_ids of this NodePoolNodeConfigDetails. :rtype: list[str] �r r r r r r o s z!NodePoolNodeConfigDetails.nsg_idsc C s || _ dS )aJ Sets the nsg_ids of this NodePoolNodeConfigDetails. The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see :class:`NetworkSecurityGroup`. :param nsg_ids: The nsg_ids of this NodePoolNodeConfigDetails. :type: list[str] Nr! )r r r r r r { s c C s | j S )z� Gets the kms_key_id of this NodePoolNodeConfigDetails. The OCID of the Key Management Service key assigned to the boot volume. :return: The kms_key_id of this NodePoolNodeConfigDetails. :rtype: str �r r r r r r � s z$NodePoolNodeConfigDetails.kms_key_idc C s || _ dS )z� Sets the kms_key_id of this NodePoolNodeConfigDetails. The OCID of the Key Management Service key assigned to the boot volume. :param kms_key_id: The kms_key_id of this NodePoolNodeConfigDetails. :type: str Nr"