📂 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
›
container_instances
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_instances/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: container_resource_config.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ContainerResourceConfigz� The resource configuration for a Container. The resource configuration determines the guaranteed resources allocated to the container and the maximum allowed resources for a container. c K s( ddd�| _ ddd�| _d| _d| _dS )a! Initializes a new ContainerResourceConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vcpus_limit: The value to assign to the vcpus_limit property of this ContainerResourceConfig. :type vcpus_limit: float :param memory_limit_in_gbs: The value to assign to the memory_limit_in_gbs property of this ContainerResourceConfig. :type memory_limit_in_gbs: float �float)�vcpus_limit�memory_limit_in_gbs� vcpusLimit�memoryLimitInGBsN)� swagger_types� attribute_map�_vcpus_limit�_memory_limit_in_gbs)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/container_resource_config.py�__init__ s ��z ContainerResourceConfig.__init__c C s | j S )a Gets the vcpus_limit of this ContainerResourceConfig. The maximum amount of CPU utilization which may be consumed by the Container's process. If no value is provided, then the process may consume all CPU resources on the Instance. CPU usage is defined in terms of logical CPUs. This means that the maximum possible value on an E3 ContainerInstance with 1 OCPU is 2.0. :return: The vcpus_limit of this ContainerResourceConfig. :rtype: float �r �r r r r r , s z#ContainerResourceConfig.vcpus_limitc C s || _ dS )a Sets the vcpus_limit of this ContainerResourceConfig. The maximum amount of CPU utilization which may be consumed by the Container's process. If no value is provided, then the process may consume all CPU resources on the Instance. CPU usage is defined in terms of logical CPUs. This means that the maximum possible value on an E3 ContainerInstance with 1 OCPU is 2.0. :param vcpus_limit: The vcpus_limit of this ContainerResourceConfig. :type: float Nr )r r r r r r <