📂 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: auto_scaling_configuration_summary.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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�AutoScalingConfigurationSummaryz< The information about the autoscale configuration. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new AutoScalingConfigurationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AutoScalingConfigurationSummary. :type id: str :param display_name: The value to assign to the display_name property of this AutoScalingConfigurationSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutoScalingConfigurationSummary. :type lifecycle_state: str :param node_type: The value to assign to the node_type property of this AutoScalingConfigurationSummary. :type node_type: str :param time_created: The value to assign to the time_created property of this AutoScalingConfigurationSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AutoScalingConfigurationSummary. :type time_updated: datetime :param policy: The value to assign to the policy property of this AutoScalingConfigurationSummary. :type policy: oci.bds.models.AutoScalePolicy :param policy_details: The value to assign to the policy_details property of this AutoScalingConfigurationSummary. :type policy_details: oci.bds.models.AutoScalePolicyDetails �strZdatetimeZAutoScalePolicyZAutoScalePolicyDetails)�id�display_name�lifecycle_state� node_type�time_created�time_updated�policy�policy_detailsr ZdisplayNameZlifecycleStateZnodeTypeZtimeCreatedZtimeUpdatedr Z policyDetailsN) Z swagger_typesZ attribute_map�_id� _display_name�_lifecycle_state� _node_type� _time_created� _time_updated�_policy�_policy_details)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/bds/models/auto_scaling_configuration_summary.py�__init__ s4 '��z(AutoScalingConfigurationSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AutoScalingConfigurationSummary. The OCID of the autoscale configuration. :return: The id of this AutoScalingConfigurationSummary. :rtype: str �r �r r r r r W s z"AutoScalingConfigurationSummary.idc C s || _ dS )z� Sets the id of this AutoScalingConfigurationSummary. The OCID of the autoscale configuration. :param id: The id of this AutoScalingConfigurationSummary. :type: str Nr )r r r r r r c s c C s | j S )aC **[Required]** Gets the display_name of this AutoScalingConfigurationSummary. A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :return: The display_name of this AutoScalingConfigurationSummary. :rtype: str �r r r r r r o s z,AutoScalingConfigurationSummary.display_namec C s || _ dS )a? Sets the display_name of this AutoScalingConfigurationSummary. A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :param display_name: The display_name of this AutoScalingConfigurationSummary. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the lifecycle_state of this AutoScalingConfigurationSummary. The state of the autoscale configuration. :return: The lifecycle_state of this AutoScalingConfigurationSummary. :rtype: str �r r r r r r � s z/AutoScalingConfigurationSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this AutoScalingConfigurationSummary. The state of the autoscale configuration. :param lifecycle_state: The lifecycle_state of this AutoScalingConfigurationSummary. :type: str Nr )r r r r r r � s c C s | j S )a: **[Required]** Gets the node_type of this AutoScalingConfigurationSummary. A node type that is managed by an autoscale configuration. The only supported types are WORKER and COMPUTE_ONLY_WORKER. :return: The node_type of this AutoScalingConfigurationSummary. :rtype: str �r r r r r r � s z)AutoScalingConfigurationSummary.node_typec C s || _ dS )a3 Sets the node_type of this AutoScalingConfigurationSummary. A node type that is managed by an autoscale configuration. The only supported types are WORKER and COMPUTE_ONLY_WORKER. :param node_type: The node_type of this AutoScalingConfigurationSummary. :type: str Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the time_created of this AutoScalingConfigurationSummary. The time the cluster was created, shown as an RFC 3339 formatted datetime string. :return: The time_created of this AutoScalingConfigurationSummary. :rtype: datetime �r r r r r r � s z,AutoScalingConfigurationSummary.time_createdc C s || _ dS )a Sets the time_created of this AutoScalingConfigurationSummary. The time the cluster was created, shown as an RFC 3339 formatted datetime string. :param time_created: The time_created of this AutoScalingConfigurationSummary. :type: datetime Nr"