📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compute_capacity_reservation_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 @ sN 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�!ComputeCapacityReservationSummaryzA Summary information for a compute capacity reservation. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new ComputeCapacityReservationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ComputeCapacityReservationSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ComputeCapacityReservationSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ComputeCapacityReservationSummary. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this ComputeCapacityReservationSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this ComputeCapacityReservationSummary. :type freeform_tags: dict(str, str) :param lifecycle_state: The value to assign to the lifecycle_state property of this ComputeCapacityReservationSummary. :type lifecycle_state: str :param availability_domain: The value to assign to the availability_domain property of this ComputeCapacityReservationSummary. :type availability_domain: str :param reserved_instance_count: The value to assign to the reserved_instance_count property of this ComputeCapacityReservationSummary. :type reserved_instance_count: int :param used_instance_count: The value to assign to the used_instance_count property of this ComputeCapacityReservationSummary. :type used_instance_count: int :param is_default_reservation: The value to assign to the is_default_reservation property of this ComputeCapacityReservationSummary. :type is_default_reservation: bool :param time_created: The value to assign to the time_created property of this ComputeCapacityReservationSummary. :type time_created: datetime �strzdict(str, dict(str, object))zdict(str, str)�int�boolZdatetime)�id�compartment_id�display_name�defined_tags� freeform_tags�lifecycle_state�availability_domain�reserved_instance_count�used_instance_count�is_default_reservation�time_createdr Z compartmentIdZdisplayNameZdefinedTagsZfreeformTagsZlifecycleStateZavailabilityDomainZreservedInstanceCountZusedInstanceCountZisDefaultReservationZtimeCreatedN) Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _defined_tags�_freeform_tags�_lifecycle_state�_availability_domain�_reserved_instance_count�_used_instance_count�_is_default_reservation� _time_created)�self�kwargs� r"