📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_auto_scaling_configuration_details.cpython-39.opt-1.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 )�%UpdateAutoScalingConfigurationDetailsz< The information about the autoscale configuration. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateAutoScalingConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateAutoScalingConfigurationDetails. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this UpdateAutoScalingConfigurationDetails. :type is_enabled: bool :param cluster_admin_password: The value to assign to the cluster_admin_password property of this UpdateAutoScalingConfigurationDetails. :type cluster_admin_password: str :param policy: The value to assign to the policy property of this UpdateAutoScalingConfigurationDetails. :type policy: oci.bds.models.AutoScalePolicy :param policy_details: The value to assign to the policy_details property of this UpdateAutoScalingConfigurationDetails. :type policy_details: oci.bds.models.UpdateAutoScalePolicyDetails �str�boolZAutoScalePolicyZUpdateAutoScalePolicyDetails)�display_name� is_enabled�cluster_admin_password�policy�policy_detailsZdisplayNameZ isEnabledZclusterAdminPasswordr Z policyDetailsN)Z swagger_typesZ attribute_map� _display_name�_is_enabled�_cluster_admin_password�_policy�_policy_details)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/bds/models/update_auto_scaling_configuration_details.py�__init__ s"