📂 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: metric_based_horizontal_scale_out_config.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 d d� Z dd� Zdd� ZdS )�#MetricBasedHorizontalScaleOutConfigzF Configration for a metric based horizontal scale-out policy. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MetricBasedHorizontalScaleOutConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric: The value to assign to the metric property of this MetricBasedHorizontalScaleOutConfig. :type metric: oci.bds.models.AutoScalePolicyMetricRule :param max_node_count: The value to assign to the max_node_count property of this MetricBasedHorizontalScaleOutConfig. :type max_node_count: int :param step_size: The value to assign to the step_size property of this MetricBasedHorizontalScaleOutConfig. :type step_size: int ZAutoScalePolicyMetricRule�int)�metric�max_node_count� step_sizer ZmaxNodeCountZstepSizeN)Z swagger_typesZ attribute_map�_metric�_max_node_count� _step_size)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/bds/models/metric_based_horizontal_scale_out_config.py�__init__ s ��z,MetricBasedHorizontalScaleOutConfig.__init__c C s | j S )z� Gets the metric of this MetricBasedHorizontalScaleOutConfig. :return: The metric of this MetricBasedHorizontalScaleOutConfig. :rtype: oci.bds.models.AutoScalePolicyMetricRule �r �r r r r r 4 s z*MetricBasedHorizontalScaleOutConfig.metricc C s || _ dS )z� Sets the metric of this MetricBasedHorizontalScaleOutConfig. :param metric: The metric of this MetricBasedHorizontalScaleOutConfig. :type: oci.bds.models.AutoScalePolicyMetricRule Nr )r r r r r r >