| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/oci/database/models/__pycache__/ |
Upload File : |
a
���f�c � @ 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 @ sj e Zd ZdZdZdZdZdZdZdZ dd � Z
ed
d� �Zej
dd� �Zed
d� �Zej
dd� �Zedd� �Zej
dd� �Zedd� �Zej
dd� �Zedd� �Zej
dd� �Zedd� �Zej
dd� �Zedd� �Zej
dd� �Zedd � �Zej
d!d � �Zed"d#� �Zej
d$d#� �Zed%d&� �Zej
d'd&� �Zed(d)� �Zej
d*d)� �Zed+d,� �Zej
d-d,� �Zed.d/� �Zej
d0d/� �Zed1d2� �Zej
d3d2� �Zed4d5� �Zej
d6d5� �Zed7d8� �Zej
d9d8� �Zed:d;� �Zej
d<d;� �Zed=d>� �Zej
d?d>� �Zed@dA� �Zej
dBdA� �ZedCdD� �Z e j
dEdD� �Z edFdG� �Z!e!j
dHdG� �Z!dIdJ� Z"dKdL� Z#dMdN� Z$dOS )P�DbServerz,
Details of the Db server resource.
�CREATING� AVAILABLE�UNAVAILABLE�DELETING�DELETED�MAINTENANCE_IN_PROGRESSc K s� dddddddddddddddddddddd�| _ d d
ddd
ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a�
Initializes a new DbServer 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 DbServer.
:type id: str
:param display_name:
The value to assign to the display_name property of this DbServer.
:type display_name: str
:param compartment_id:
The value to assign to the compartment_id property of this DbServer.
:type compartment_id: str
:param exadata_infrastructure_id:
The value to assign to the exadata_infrastructure_id property of this DbServer.
:type exadata_infrastructure_id: str
:param cpu_core_count:
The value to assign to the cpu_core_count property of this DbServer.
:type cpu_core_count: int
:param memory_size_in_gbs:
The value to assign to the memory_size_in_gbs property of this DbServer.
:type memory_size_in_gbs: int
:param db_node_storage_size_in_gbs:
The value to assign to the db_node_storage_size_in_gbs property of this DbServer.
:type db_node_storage_size_in_gbs: int
:param vm_cluster_ids:
The value to assign to the vm_cluster_ids property of this DbServer.
:type vm_cluster_ids: list[str]
:param autonomous_vm_cluster_ids:
The value to assign to the autonomous_vm_cluster_ids property of this DbServer.
:type autonomous_vm_cluster_ids: list[str]
:param autonomous_virtual_machine_ids:
The value to assign to the autonomous_virtual_machine_ids property of this DbServer.
:type autonomous_virtual_machine_ids: list[str]
:param db_node_ids:
The value to assign to the db_node_ids property of this DbServer.
:type db_node_ids: list[str]
:param shape:
The value to assign to the shape property of this DbServer.
:type shape: str
:param lifecycle_state:
The value to assign to the lifecycle_state property of this DbServer.
Allowed values for this property are: "CREATING", "AVAILABLE", "UNAVAILABLE", "DELETING", "DELETED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this DbServer.
:type lifecycle_details: str
:param max_cpu_count:
The value to assign to the max_cpu_count property of this DbServer.
:type max_cpu_count: int
:param max_memory_in_gbs:
The value to assign to the max_memory_in_gbs property of this DbServer.
:type max_memory_in_gbs: int
:param max_db_node_storage_in_gbs:
The value to assign to the max_db_node_storage_in_gbs property of this DbServer.
:type max_db_node_storage_in_gbs: int
:param time_created:
The value to assign to the time_created property of this DbServer.
:type time_created: datetime
:param db_server_patching_details:
The value to assign to the db_server_patching_details property of this DbServer.
:type db_server_patching_details: oci.database.models.DbServerPatchingDetails
:param freeform_tags:
The value to assign to the freeform_tags property of this DbServer.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this DbServer.
:type defined_tags: dict(str, dict(str, object))
�str�intz list[str]ZdatetimeZDbServerPatchingDetailszdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�exadata_infrastructure_id�cpu_core_count�memory_size_in_gbs�db_node_storage_size_in_gbs�vm_cluster_ids�autonomous_vm_cluster_ids�autonomous_virtual_machine_ids�db_node_ids�shape�lifecycle_state�lifecycle_details�
max_cpu_count�max_memory_in_gbs�max_db_node_storage_in_gbs�time_created�db_server_patching_details�
freeform_tags�defined_tagsr ZdisplayNameZ
compartmentIdZexadataInfrastructureIdZcpuCoreCountZmemorySizeInGBsZdbNodeStorageSizeInGBsZvmClusterIdsZautonomousVmClusterIdsZautonomousVirtualMachineIdsZ dbNodeIdsr ZlifecycleStateZlifecycleDetailsZmaxCpuCountZmaxMemoryInGBsZmaxDbNodeStorageInGBsZtimeCreatedZdbServerPatchingDetailsZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�_id�
_display_name�_compartment_id�_exadata_infrastructure_id�_cpu_core_count�_memory_size_in_gbs�_db_node_storage_size_in_gbs�_vm_cluster_ids�_autonomous_vm_cluster_ids�_autonomous_virtual_machine_ids�_db_node_ids�_shape�_lifecycle_state�_lifecycle_details�_max_cpu_count�_max_memory_in_gbs�_max_db_node_storage_in_gbs�
_time_created�_db_server_patching_details�_freeform_tags�
_defined_tags)�self�kwargs� r; �A/usr/lib/python3.9/site-packages/oci/database/models/db_server.py�__init__* s� ]��zDbServer.__init__c C s | j S )z�
Gets the id of this DbServer.
The `OCID`__ of the Db server.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:return: The id of this DbServer.
:rtype: str
�r$ �r9 r; r; r<