📂 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.pyc
a N��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 @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )� Thresholdz Threshold model. �GT�GTE�LT�LTEc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new Threshold object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operator: The value to assign to the operator property of this Threshold. Allowed values for this property are: "GT", "GTE", "LT", "LTE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operator: str :param value: The value to assign to the value property of this Threshold. :type value: int �str�int)�operator�valuer r N)� swagger_types� attribute_map� _operator�_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/autoscaling/models/threshold.py�__init__ s ��zThreshold.__init__c C s | j S )a� **[Required]** Gets the operator of this Threshold. The comparison operator to use. Options are greater than (`GT`), greater than or equal to (`GTE`), less than (`LT`), and less than or equal to (`LTE`). Allowed values for this property are: "GT", "GTE", "LT", "LTE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The operator of this Threshold. :rtype: str )r �r r r r r = s zThreshold.operatorc C s g d�}t ||�sd}|| _dS )a, Sets the operator of this Threshold. The comparison operator to use. Options are greater than (`GT`), greater than or equal to (`GTE`), less than (`LT`), and less than or equal to (`LTE`). :param operator: The operator of this Threshold. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r M s c C s | j S )z� **[Required]** Gets the value of this Threshold. :return: The value of this Threshold. :rtype: int �r r r r r r ] s zThreshold.valuec C s || _ dS )zz Sets the value of this Threshold. :param value: The value of this Threshold. :type: int Nr )r r r r r r g s c C s t | �S �N)r r r r r �__repr__q s zThreshold.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__t s zThreshold.__eq__c C s | |k S r r r r r r �__ne__z s zThreshold.__ne__N)�__name__� __module__�__qualname__�__doc__�OPERATOR_GT�OPERATOR_GTE�OPERATOR_LT�OPERATOR_LTEr �propertyr �setterr r r! r"