📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: capacity_report_shape_availability.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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�CapacityReportShapeAvailabilityz? Information about the available capacity for a shape. �OUT_OF_HOST_CAPACITY�HARDWARE_NOT_SUPPORTED� AVAILABLEc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )ae Initializes a new CapacityReportShapeAvailability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param fault_domain: The value to assign to the fault_domain property of this CapacityReportShapeAvailability. :type fault_domain: str :param instance_shape: The value to assign to the instance_shape property of this CapacityReportShapeAvailability. :type instance_shape: str :param instance_shape_config: The value to assign to the instance_shape_config property of this CapacityReportShapeAvailability. :type instance_shape_config: oci.core.models.CapacityReportInstanceShapeConfig :param available_count: The value to assign to the available_count property of this CapacityReportShapeAvailability. :type available_count: int :param availability_status: The value to assign to the availability_status property of this CapacityReportShapeAvailability. Allowed values for this property are: "OUT_OF_HOST_CAPACITY", "HARDWARE_NOT_SUPPORTED", "AVAILABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type availability_status: str �strZ!CapacityReportInstanceShapeConfig�int)�fault_domain�instance_shape�instance_shape_config�available_count�availability_statusZfaultDomainZ instanceShapeZinstanceShapeConfigZavailableCountZavailabilityStatusN)Z swagger_typesZ attribute_map� _fault_domain�_instance_shape�_instance_shape_config�_available_count�_availability_status)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/core/models/capacity_report_shape_availability.py�__init__ s"