📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_node_replace_configuration_details.cpython-39.pyc
a ���fh � @ 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 )�%CreateNodeReplaceConfigurationDetailsz< The information about the NodeReplaceConfiguration c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateNodeReplaceConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param level_type_details: The value to assign to the level_type_details property of this CreateNodeReplaceConfigurationDetails. :type level_type_details: oci.bds.models.LevelTypeDetails :param display_name: The value to assign to the display_name property of this CreateNodeReplaceConfigurationDetails. :type display_name: str :param cluster_admin_password: The value to assign to the cluster_admin_password property of this CreateNodeReplaceConfigurationDetails. :type cluster_admin_password: str :param metric_type: The value to assign to the metric_type property of this CreateNodeReplaceConfigurationDetails. :type metric_type: str :param duration_in_minutes: The value to assign to the duration_in_minutes property of this CreateNodeReplaceConfigurationDetails. :type duration_in_minutes: int ZLevelTypeDetails�str�int)�level_type_details�display_name�cluster_admin_password�metric_type�duration_in_minutesZlevelTypeDetailsZdisplayNameZclusterAdminPasswordZ metricTypeZdurationInMinutesN)Z swagger_typesZ attribute_map�_level_type_details� _display_name�_cluster_admin_password�_metric_type�_duration_in_minutes)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/bds/models/create_node_replace_configuration_details.py�__init__ s"