📂 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_instances
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_instances/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: container_instance_shape_summary.cpython-39.pyc
a ���f5 � @ 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 )�ContainerInstanceShapeSummaryz9 Details about a shape for a container instance. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new ContainerInstanceShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ContainerInstanceShapeSummary. :type name: str :param processor_description: The value to assign to the processor_description property of this ContainerInstanceShapeSummary. :type processor_description: str :param ocpu_options: The value to assign to the ocpu_options property of this ContainerInstanceShapeSummary. :type ocpu_options: oci.container_instances.models.ShapeOcpuOptions :param memory_options: The value to assign to the memory_options property of this ContainerInstanceShapeSummary. :type memory_options: oci.container_instances.models.ShapeMemoryOptions :param networking_bandwidth_options: The value to assign to the networking_bandwidth_options property of this ContainerInstanceShapeSummary. :type networking_bandwidth_options: oci.container_instances.models.ShapeNetworkingBandwidthOptions �strZShapeOcpuOptionsZShapeMemoryOptionsZShapeNetworkingBandwidthOptions)�name�processor_description�ocpu_options�memory_options�networking_bandwidth_optionsr ZprocessorDescriptionZocpuOptionsZ memoryOptionsZnetworkingBandwidthOptionsN)Z swagger_typesZ attribute_map�_name�_processor_description� _ocpu_options�_memory_options�_networking_bandwidth_options)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/container_instances/models/container_instance_shape_summary.py�__init__ s"