📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_exadata_infrastructure_discovery_summary.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�EntityDiscovered� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sZ e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�-ExternalExadataInfrastructureDiscoverySummaryzE The summary of the Exadata system infrastructure discovery. �FULL�HALF�QUARTER�EIGHTHc K s� ddddddddddddd�| _ ddddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ExternalExadataInfrastructureDiscoverySummary object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ExternalExadataInfrastructureDiscoverySummary.entity_type` attribute of this class is ``INFRASTRUCTURE_DISCOVER_SUMMARY`` 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 ExternalExadataInfrastructureDiscoverySummary. :type id: str :param agent_id: The value to assign to the agent_id property of this ExternalExadataInfrastructureDiscoverySummary. :type agent_id: str :param connector_id: The value to assign to the connector_id property of this ExternalExadataInfrastructureDiscoverySummary. :type connector_id: str :param display_name: The value to assign to the display_name property of this ExternalExadataInfrastructureDiscoverySummary. :type display_name: str :param version: The value to assign to the version property of this ExternalExadataInfrastructureDiscoverySummary. :type version: str :param internal_id: The value to assign to the internal_id property of this ExternalExadataInfrastructureDiscoverySummary. :type internal_id: str :param status: The value to assign to the status property of this ExternalExadataInfrastructureDiscoverySummary. :type status: str :param discover_status: The value to assign to the discover_status property of this ExternalExadataInfrastructureDiscoverySummary. Allowed values for this property are: "PREV_DISCOVERED", "NEW_DISCOVERED", "NOT_FOUND", "DISCOVERING" :type discover_status: str :param discover_error_code: The value to assign to the discover_error_code property of this ExternalExadataInfrastructureDiscoverySummary. :type discover_error_code: str :param discover_error_msg: The value to assign to the discover_error_msg property of this ExternalExadataInfrastructureDiscoverySummary. :type discover_error_msg: str :param entity_type: The value to assign to the entity_type property of this ExternalExadataInfrastructureDiscoverySummary. Allowed values for this property are: "STORAGE_SERVER_DISCOVER_SUMMARY", "STORAGE_GRID_DISCOVER_SUMMARY", "DATABASE_SYSTEM_DISCOVER_SUMMARY", "INFRASTRUCTURE_DISCOVER_SUMMARY", "INFRASTRUCTURE_DISCOVER" :type entity_type: str :param rack_size: The value to assign to the rack_size property of this ExternalExadataInfrastructureDiscoverySummary. Allowed values for this property are: "FULL", "HALF", "QUARTER", "EIGHTH" :type rack_size: str �str)�idZagent_idZconnector_idZdisplay_name�versionZinternal_id�statusZdiscover_statusZdiscover_error_codeZdiscover_error_msgZentity_type� rack_sizer ZagentIdZconnectorIdZdisplayNamer Z internalIdr ZdiscoverStatusZdiscoverErrorCodeZdiscoverErrorMsgZ entityTypeZrackSizeNZINFRASTRUCTURE_DISCOVER_SUMMARY)Z swagger_typesZ attribute_mapZ_idZ _agent_idZ _connector_idZ _display_nameZ_versionZ_internal_idZ_statusZ_discover_statusZ_discover_error_codeZ_discover_error_msgZ_entity_type� _rack_size)�self�kwargs� r �t/usr/lib/python3.9/site-packages/oci/database_management/models/external_exadata_infrastructure_discovery_summary.py�__init__"