📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: occ_overview_summary.cpython-39.opt-1.pyc
a ���f0; � @ 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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�OccOverviewSummaryz� The overview summary is used to represent an array item that shall be used to represent the overview of the catalog resources along with their corresponding capacity requests. c K s� ddddddddddddd�| _ dddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )aT Initializes a new OccOverviewSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this OccOverviewSummary. :type compartment_id: str :param period_value: The value to assign to the period_value property of this OccOverviewSummary. :type period_value: str :param resource_name: The value to assign to the resource_name property of this OccOverviewSummary. :type resource_name: str :param total_available: The value to assign to the total_available property of this OccOverviewSummary. :type total_available: int :param total_demanded: The value to assign to the total_demanded property of this OccOverviewSummary. :type total_demanded: int :param total_supplied: The value to assign to the total_supplied property of this OccOverviewSummary. :type total_supplied: int :param total_rejected: The value to assign to the total_rejected property of this OccOverviewSummary. :type total_rejected: int :param total_cancelled: The value to assign to the total_cancelled property of this OccOverviewSummary. :type total_cancelled: int :param total_unfulfilled: The value to assign to the total_unfulfilled property of this OccOverviewSummary. :type total_unfulfilled: int :param workload_type_breakdown_blob: The value to assign to the workload_type_breakdown_blob property of this OccOverviewSummary. :type workload_type_breakdown_blob: str :param capacity_requests_blob: The value to assign to the capacity_requests_blob property of this OccOverviewSummary. :type capacity_requests_blob: str :param unit: The value to assign to the unit property of this OccOverviewSummary. :type unit: str �str�int)�compartment_id�period_value� resource_name�total_available�total_demanded�total_supplied�total_rejected�total_cancelled�total_unfulfilled�workload_type_breakdown_blob�capacity_requests_blob�unitZ compartmentIdZperiodValueZresourceNameZtotalAvailableZ totalDemandedZ totalSuppliedZ totalRejectedZtotalCancelledZtotalUnfulfilledZworkloadTypeBreakdownBlobZcapacityRequestsBlobr N)Z swagger_typesZ attribute_map�_compartment_id� _period_value�_resource_name�_total_available�_total_demanded�_total_supplied�_total_rejected�_total_cancelled�_total_unfulfilled�_workload_type_breakdown_blob�_capacity_requests_blob�_unit)�self�kwargs� r# �W/usr/lib/python3.9/site-packages/oci/capacity_management/models/occ_overview_summary.py�__init__ sL 7��zOccOverviewSummary.__init__c C s | j S )a **[Required]** Gets the compartment_id of this OccOverviewSummary. The OCID of the compartment from which the api call is made. This will be used for authorizing the request. :return: The compartment_id of this OccOverviewSummary. :rtype: str �r �r! r# r# r$ r s s z!OccOverviewSummary.compartment_idc C s || _ dS )a Sets the compartment_id of this OccOverviewSummary. The OCID of the compartment from which the api call is made. This will be used for authorizing the request. :param compartment_id: The compartment_id of this OccOverviewSummary. :type: str Nr&