📂 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
›
load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/load_balancer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: shape_details.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ShapeDetailszQ The configuration details to update load balancer to a different shape. c K s( ddd�| _ ddd�| _d| _d| _dS )a8 Initializes a new ShapeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param minimum_bandwidth_in_mbps: The value to assign to the minimum_bandwidth_in_mbps property of this ShapeDetails. :type minimum_bandwidth_in_mbps: int :param maximum_bandwidth_in_mbps: The value to assign to the maximum_bandwidth_in_mbps property of this ShapeDetails. :type maximum_bandwidth_in_mbps: int �int)�minimum_bandwidth_in_mbps�maximum_bandwidth_in_mbpsZminimumBandwidthInMbpsZmaximumBandwidthInMbpsN)Z swagger_typesZ attribute_map�_minimum_bandwidth_in_mbps�_maximum_bandwidth_in_mbps)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/load_balancer/models/shape_details.py�__init__ s ��zShapeDetails.__init__c C s | j S )aw **[Required]** Gets the minimum_bandwidth_in_mbps of this ShapeDetails. Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150` :return: The minimum_bandwidth_in_mbps of this ShapeDetails. :rtype: int �r �r r r r r - s z&ShapeDetails.minimum_bandwidth_in_mbpsc C s || _ dS )a� Sets the minimum_bandwidth_in_mbps of this ShapeDetails. Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150` :param minimum_bandwidth_in_mbps: The minimum_bandwidth_in_mbps of this ShapeDetails. :type: int Nr )r r r r r r <