📂 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_vertical_scale_down_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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�"MetricBasedVerticalScaleDownConfigzE Configration for a metric based vertical scale-down policy. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) am Initializes a new MetricBasedVerticalScaleDownConfig 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 MetricBasedVerticalScaleDownConfig. :type metric: oci.bds.models.AutoScalePolicyMetricRule :param min_ocpus_per_node: The value to assign to the min_ocpus_per_node property of this MetricBasedVerticalScaleDownConfig. :type min_ocpus_per_node: int :param min_memory_per_node: The value to assign to the min_memory_per_node property of this MetricBasedVerticalScaleDownConfig. :type min_memory_per_node: int :param ocpu_step_size: The value to assign to the ocpu_step_size property of this MetricBasedVerticalScaleDownConfig. :type ocpu_step_size: int :param memory_step_size: The value to assign to the memory_step_size property of this MetricBasedVerticalScaleDownConfig. :type memory_step_size: int ZAutoScalePolicyMetricRule�int)�metric�min_ocpus_per_node�min_memory_per_node�ocpu_step_size�memory_step_sizer ZminOcpusPerNodeZminMemoryPerNodeZocpuStepSizeZmemoryStepSizeN)Z swagger_typesZ attribute_map�_metric�_min_ocpus_per_node�_min_memory_per_node�_ocpu_step_size�_memory_step_size)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/bds/models/metric_based_vertical_scale_down_config.py�__init__ s"