📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_utility_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 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 )�AddUtilityNodesDetailsz4 The information about added utility nodes. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )aE Initializes a new AddUtilityNodesDetails 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 AddUtilityNodesDetails. :type cluster_admin_password: str :param number_of_utility_nodes: The value to assign to the number_of_utility_nodes property of this AddUtilityNodesDetails. :type number_of_utility_nodes: int :param shape: The value to assign to the shape property of this AddUtilityNodesDetails. :type shape: str :param block_volume_size_in_gbs: The value to assign to the block_volume_size_in_gbs property of this AddUtilityNodesDetails. :type block_volume_size_in_gbs: int :param shape_config: The value to assign to the shape_config property of this AddUtilityNodesDetails. :type shape_config: oci.bds.models.ShapeConfigDetails �str�intZShapeConfigDetails)�cluster_admin_password�number_of_utility_nodes�shape�block_volume_size_in_gbs�shape_configZclusterAdminPasswordZnumberOfUtilityNodesr ZblockVolumeSizeInGBsZshapeConfigN)Z swagger_typesZ attribute_map�_cluster_admin_password�_number_of_utility_nodes�_shape�_block_volume_size_in_gbs� _shape_config)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/bds/models/add_utility_nodes_details.py�__init__ s"