📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_exadata_storage_grid.cpython-39.opt-1.pyc
a ���f�4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DbmResource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ExternalExadataStorageGridz9 The details of the Exadata storage server grid. c K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a\ Initializes a new ExternalExadataStorageGrid object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ExternalExadataStorageGrid.resource_type` attribute of this class is ``STORAGE_GRID`` and it should not be changed. 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 ExternalExadataStorageGrid. :type id: str :param display_name: The value to assign to the display_name property of this ExternalExadataStorageGrid. :type display_name: str :param version: The value to assign to the version property of this ExternalExadataStorageGrid. :type version: str :param internal_id: The value to assign to the internal_id property of this ExternalExadataStorageGrid. :type internal_id: str :param status: The value to assign to the status property of this ExternalExadataStorageGrid. :type status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalExadataStorageGrid. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ExternalExadataStorageGrid. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalExadataStorageGrid. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this ExternalExadataStorageGrid. :type lifecycle_details: str :param additional_details: The value to assign to the additional_details property of this ExternalExadataStorageGrid. :type additional_details: dict(str, str) :param resource_type: The value to assign to the resource_type property of this ExternalExadataStorageGrid. Allowed values for this property are: "INFRASTRUCTURE_SUMMARY", "INFRASTRUCTURE", "STORAGE_SERVER_SUMMARY", "STORAGE_SERVER", "STORAGE_GRID_SUMMARY", "STORAGE_GRID", "STORAGE_CONNECTOR_SUMMARY", "STORAGE_CONNECTOR", "DATABASE_SYSTEM_SUMMARY", "DATABASE_SUMMARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param exadata_infrastructure_id: The value to assign to the exadata_infrastructure_id property of this ExternalExadataStorageGrid. :type exadata_infrastructure_id: str :param server_count: The value to assign to the server_count property of this ExternalExadataStorageGrid. :type server_count: float :param storage_servers: The value to assign to the storage_servers property of this ExternalExadataStorageGrid. :type storage_servers: list[oci.database_management.models.ExternalExadataStorageServerSummary] :param freeform_tags: The value to assign to the freeform_tags property of this ExternalExadataStorageGrid. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalExadataStorageGrid. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalExadataStorageGrid. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)�floatz)list[ExternalExadataStorageServerSummary]zdict(str, dict(str, object)))�idZdisplay_name�versionZinternal_id�statusZlifecycle_stateZtime_createdZtime_updatedZlifecycle_detailsZadditional_detailsZ resource_type�exadata_infrastructure_id�server_count�storage_servers� freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z internalIdr ZlifecycleStateZtimeCreatedZtimeUpdatedZlifecycleDetailsZadditionalDetailsZresourceTypeZexadataInfrastructureIdZserverCountZstorageServersZfreeformTagsZdefinedTagsZ systemTagsNZSTORAGE_GRID)Z swagger_typesZ attribute_mapZ_idZ _display_nameZ_versionZ_internal_idZ_statusZ_lifecycle_stateZ _time_createdZ _time_updatedZ_lifecycle_detailsZ_additional_detailsZ_resource_type�_exadata_infrastructure_id� _server_count�_storage_servers�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/database_management/models/external_exadata_storage_grid.py�__init__ sl P��z#ExternalExadataStorageGrid.__init__c C s | j S )aH Gets the exadata_infrastructure_id of this ExternalExadataStorageGrid. The `OCID`__ of the Exadata infrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The exadata_infrastructure_id of this ExternalExadataStorageGrid. :rtype: str �r �r r r r r � s z4ExternalExadataStorageGrid.exadata_infrastructure_idc C s || _ dS )a` Sets the exadata_infrastructure_id of this ExternalExadataStorageGrid. The `OCID`__ of the Exadata infrastructure. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param exadata_infrastructure_id: The exadata_infrastructure_id of this ExternalExadataStorageGrid. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the server_count of this ExternalExadataStorageGrid. The number of Exadata storage servers in the Exadata infrastructure. :return: The server_count of this ExternalExadataStorageGrid. :rtype: float �r r r r r r � s z'ExternalExadataStorageGrid.server_countc C s || _ dS )a Sets the server_count of this ExternalExadataStorageGrid. The number of Exadata storage servers in the Exadata infrastructure. :param server_count: The server_count of this ExternalExadataStorageGrid. :type: float Nr! )r r r r r r � s c C s | j S )a' Gets the storage_servers of this ExternalExadataStorageGrid. A list of monitored Exadata storage servers. :return: The storage_servers of this ExternalExadataStorageGrid. :rtype: list[oci.database_management.models.ExternalExadataStorageServerSummary] �r r r r r r � s z*ExternalExadataStorageGrid.storage_serversc C s || _ dS )a5 Sets the storage_servers of this ExternalExadataStorageGrid. A list of monitored Exadata storage servers. :param storage_servers: The storage_servers of this ExternalExadataStorageGrid. :type: list[oci.database_management.models.ExternalExadataStorageServerSummary] Nr"