📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
autoscaling
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/autoscaling/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: threshold_policy.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AutoScalingPolicy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ThresholdPolicyzd An autoscaling policy that defines threshold-based rules for an autoscaling configuration. c K s` dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a{ Initializes a new ThresholdPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.autoscaling.models.ThresholdPolicy.policy_type` attribute of this class is ``threshold`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param capacity: The value to assign to the capacity property of this ThresholdPolicy. :type capacity: oci.autoscaling.models.Capacity :param id: The value to assign to the id property of this ThresholdPolicy. :type id: str :param display_name: The value to assign to the display_name property of this ThresholdPolicy. :type display_name: str :param policy_type: The value to assign to the policy_type property of this ThresholdPolicy. :type policy_type: str :param time_created: The value to assign to the time_created property of this ThresholdPolicy. :type time_created: datetime :param is_enabled: The value to assign to the is_enabled property of this ThresholdPolicy. :type is_enabled: bool :param rules: The value to assign to the rules property of this ThresholdPolicy. :type rules: list[oci.autoscaling.models.Condition] �Capacity�str�datetime�boolzlist[Condition])�capacity�id�display_name�policy_type�time_created� is_enabled�rulesr r �displayName� policyType�timeCreated� isEnabledr N� threshold) � swagger_types� attribute_map� _capacity�_id� _display_name�_policy_type� _time_created�_is_enabled�_rules)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/autoscaling/models/threshold_policy.py�__init__ s0 $�� zThresholdPolicy.__init__c C s | j S )z� **[Required]** Gets the rules of this ThresholdPolicy. :return: The rules of this ThresholdPolicy. :rtype: list[oci.autoscaling.models.Condition] �r! �r"