📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: autonomous_container_database_resource_usage.cpython-39.pyc
a ���f�B � @ 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 )/�(AutonomousContainerDatabaseResourceUsagez; Associated autonomous container databases usages. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a. Initializes a new AutonomousContainerDatabaseResourceUsage 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 AutonomousContainerDatabaseResourceUsage. :type id: str :param display_name: The value to assign to the display_name property of this AutonomousContainerDatabaseResourceUsage. :type display_name: str :param reclaimable_cpus: The value to assign to the reclaimable_cpus property of this AutonomousContainerDatabaseResourceUsage. :type reclaimable_cpus: float :param available_cpus: The value to assign to the available_cpus property of this AutonomousContainerDatabaseResourceUsage. :type available_cpus: float :param largest_provisionable_autonomous_database_in_cpus: The value to assign to the largest_provisionable_autonomous_database_in_cpus property of this AutonomousContainerDatabaseResourceUsage. :type largest_provisionable_autonomous_database_in_cpus: float :param provisioned_cpus: The value to assign to the provisioned_cpus property of this AutonomousContainerDatabaseResourceUsage. :type provisioned_cpus: float :param reserved_cpus: The value to assign to the reserved_cpus property of this AutonomousContainerDatabaseResourceUsage. :type reserved_cpus: float :param used_cpus: The value to assign to the used_cpus property of this AutonomousContainerDatabaseResourceUsage. :type used_cpus: float :param provisionable_cpus: The value to assign to the provisionable_cpus property of this AutonomousContainerDatabaseResourceUsage. :type provisionable_cpus: list[float] :param autonomous_container_database_vm_usage: The value to assign to the autonomous_container_database_vm_usage property of this AutonomousContainerDatabaseResourceUsage. :type autonomous_container_database_vm_usage: list[oci.database.models.AcdAvmResourceStats] :param freeform_tags: The value to assign to the freeform_tags property of this AutonomousContainerDatabaseResourceUsage. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AutonomousContainerDatabaseResourceUsage. :type defined_tags: dict(str, dict(str, object)) �str�floatzlist[float]zlist[AcdAvmResourceStats]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�reclaimable_cpus�available_cpus�1largest_provisionable_autonomous_database_in_cpus�provisioned_cpus� reserved_cpus� used_cpus�provisionable_cpus�&autonomous_container_database_vm_usage� freeform_tags�defined_tagsr ZdisplayNameZreclaimableCpusZ availableCpusZ,largestProvisionableAutonomousDatabaseInCpusZprovisionedCpusZreservedCpusZusedCpusZprovisionableCpusZ"autonomousContainerDatabaseVmUsageZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_reclaimable_cpus�_available_cpus�2_largest_provisionable_autonomous_database_in_cpus�_provisioned_cpus�_reserved_cpus� _used_cpus�_provisionable_cpus�'_autonomous_container_database_vm_usage�_freeform_tags� _defined_tags)�self�kwargs� r# �d/usr/lib/python3.9/site-packages/oci/database/models/autonomous_container_database_resource_usage.py�__init__ sL 7��z1AutonomousContainerDatabaseResourceUsage.__init__c C s | j S )a= Gets the id of this AutonomousContainerDatabaseResourceUsage. The `OCID`__ of the Autonomous Container Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousContainerDatabaseResourceUsage. :rtype: str �r �r! r# r# r$ r s s z+AutonomousContainerDatabaseResourceUsage.idc C s || _ dS )a> Sets the id of this AutonomousContainerDatabaseResourceUsage. The `OCID`__ of the Autonomous Container Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this AutonomousContainerDatabaseResourceUsage. :type: str Nr&