📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_worker_nodes_details.cpython-39.pyc
a ���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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�AddWorkerNodesDetailsz, The information about added nodes. �WORKER�COMPUTE_ONLY_WORKER�EDGE�KAFKA_BROKERc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a7 Initializes a new AddWorkerNodesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_admin_password: The value to assign to the cluster_admin_password property of this AddWorkerNodesDetails. :type cluster_admin_password: str :param number_of_worker_nodes: The value to assign to the number_of_worker_nodes property of this AddWorkerNodesDetails. :type number_of_worker_nodes: int :param node_type: The value to assign to the node_type property of this AddWorkerNodesDetails. Allowed values for this property are: "WORKER", "COMPUTE_ONLY_WORKER", "EDGE", "KAFKA_BROKER" :type node_type: str :param shape: The value to assign to the shape property of this AddWorkerNodesDetails. :type shape: str :param block_volume_size_in_gbs: The value to assign to the block_volume_size_in_gbs property of this AddWorkerNodesDetails. :type block_volume_size_in_gbs: int :param shape_config: The value to assign to the shape_config property of this AddWorkerNodesDetails. :type shape_config: oci.bds.models.ShapeConfigDetails �str�intZShapeConfigDetails)�cluster_admin_password�number_of_worker_nodes� node_type�shape�block_volume_size_in_gbs�shape_configZclusterAdminPasswordZnumberOfWorkerNodesZnodeTyper ZblockVolumeSizeInGBsZshapeConfigN)Z swagger_typesZ attribute_map�_cluster_admin_password�_number_of_worker_nodes� _node_type�_shape�_block_volume_size_in_gbs� _shape_config)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/bds/models/add_worker_nodes_details.py�__init__"