📂 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
›
capacity_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/capacity_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: occ_availability_summary.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 @ sl e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�OccAvailabilitySummaryz� The details about the available capacity and constraints for different resource types present in the availability catalog. �COMPUTEc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )ar Initializes a new OccAvailabilitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param catalog_id: The value to assign to the catalog_id property of this OccAvailabilitySummary. :type catalog_id: str :param namespace: The value to assign to the namespace property of this OccAvailabilitySummary. Allowed values for this property are: "COMPUTE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type namespace: str :param date_final_customer_order: The value to assign to the date_final_customer_order property of this OccAvailabilitySummary. :type date_final_customer_order: datetime :param date_expected_capacity_handover: The value to assign to the date_expected_capacity_handover property of this OccAvailabilitySummary. :type date_expected_capacity_handover: datetime :param resource_type: The value to assign to the resource_type property of this OccAvailabilitySummary. :type resource_type: str :param workload_type: The value to assign to the workload_type property of this OccAvailabilitySummary. :type workload_type: str :param resource_name: The value to assign to the resource_name property of this OccAvailabilitySummary. :type resource_name: str :param available_quantity: The value to assign to the available_quantity property of this OccAvailabilitySummary. :type available_quantity: int :param total_available_quantity: The value to assign to the total_available_quantity property of this OccAvailabilitySummary. :type total_available_quantity: int :param demanded_quantity: The value to assign to the demanded_quantity property of this OccAvailabilitySummary. :type demanded_quantity: int :param unit: The value to assign to the unit property of this OccAvailabilitySummary. :type unit: str :param system_tags: The value to assign to the system_tags property of this OccAvailabilitySummary. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, dict(str, object)))� catalog_id� namespace�date_final_customer_order�date_expected_capacity_handover� resource_type� workload_type� resource_name�available_quantity�total_available_quantity�demanded_quantity�unit�system_tagsZ catalogIdr ZdateFinalCustomerOrderZdateExpectedCapacityHandoverZresourceTypeZworkloadTypeZresourceNameZavailableQuantityZtotalAvailableQuantityZdemandedQuantityr Z systemTagsN)Z swagger_typesZ attribute_map�_catalog_id� _namespace�_date_final_customer_order� _date_expected_capacity_handover�_resource_type�_workload_type�_resource_name�_available_quantity�_total_available_quantity�_demanded_quantity�_unit�_system_tags)�self�kwargs� r$ �[/usr/lib/python3.9/site-packages/oci/capacity_management/models/occ_availability_summary.py�__init__ sL 9��zOccAvailabilitySummary.__init__c C s | j S )z� **[Required]** Gets the catalog_id of this OccAvailabilitySummary. The OCID of the availability catalog. :return: The catalog_id of this OccAvailabilitySummary. :rtype: str �r �r"