📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: shape_network_bandwidth_options.cpython-39.opt-1.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 )�ShapeNetworkBandwidthOptionsz* Properties of network bandwidth. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ShapeNetworkBandwidthOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param min_in_gbps: The value to assign to the min_in_gbps property of this ShapeNetworkBandwidthOptions. :type min_in_gbps: float :param max_in_gbps: The value to assign to the max_in_gbps property of this ShapeNetworkBandwidthOptions. :type max_in_gbps: float :param default_per_ocpu_in_gbps: The value to assign to the default_per_ocpu_in_gbps property of this ShapeNetworkBandwidthOptions. :type default_per_ocpu_in_gbps: float �float)�min_in_gbps�max_in_gbps�default_per_ocpu_in_gbpsZ minInGbpsZ maxInGbpsZdefaultPerOcpuInGbpsN)Z swagger_typesZ attribute_map�_min_in_gbps�_max_in_gbps�_default_per_ocpu_in_gbps)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/container_engine/models/shape_network_bandwidth_options.py�__init__ s ��z%ShapeNetworkBandwidthOptions.__init__c C s | j S )z� Gets the min_in_gbps of this ShapeNetworkBandwidthOptions. The minimum amount of networking bandwidth, in gigabits per second. :return: The min_in_gbps of this ShapeNetworkBandwidthOptions. :rtype: float �r �r r r r r 4 s z(ShapeNetworkBandwidthOptions.min_in_gbpsc C s || _ dS )a Sets the min_in_gbps of this ShapeNetworkBandwidthOptions. The minimum amount of networking bandwidth, in gigabits per second. :param min_in_gbps: The min_in_gbps of this ShapeNetworkBandwidthOptions. :type: float Nr )r r r r r r @ s c C s | j S )z� Gets the max_in_gbps of this ShapeNetworkBandwidthOptions. The maximum amount of networking bandwidth, in gigabits per second. :return: The max_in_gbps of this ShapeNetworkBandwidthOptions. :rtype: float �r r r r r r L s z(ShapeNetworkBandwidthOptions.max_in_gbpsc C s || _ dS )a Sets the max_in_gbps of this ShapeNetworkBandwidthOptions. The maximum amount of networking bandwidth, in gigabits per second. :param max_in_gbps: The max_in_gbps of this ShapeNetworkBandwidthOptions. :type: float Nr )r r r r r r X s c C s | j S )a Gets the default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. The default amount of networking bandwidth per OCPU, in gigabits per second. :return: The default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. :rtype: float �r r r r r r d s z5ShapeNetworkBandwidthOptions.default_per_ocpu_in_gbpsc C s || _ dS )a1 Sets the default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. The default amount of networking bandwidth per OCPU, in gigabits per second. :param default_per_ocpu_in_gbps: The default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z%ShapeNetworkBandwidthOptions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z#ShapeNetworkBandwidthOptions.__eq__c C s | |k S r r r r r r �__ne__� s z#ShapeNetworkBandwidthOptions.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"