ruạṛ
a N��f�/ � @ 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]�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&