📂 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_storage_connector_status.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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�%ExternalExadataStorageConnectorStatusz< The status of an Exadata storage server connector. � SUCCEEDED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )as Initializes a new ExternalExadataStorageConnectorStatus 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 ExternalExadataStorageConnectorStatus. :type id: str :param status: The value to assign to the status property of this ExternalExadataStorageConnectorStatus. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param error_message: The value to assign to the error_message property of this ExternalExadataStorageConnectorStatus. :type error_message: str �str)�id�status� error_messager r ZerrorMessageN)Z swagger_typesZ attribute_map�_id�_status�_error_message)�self�kwargs� r �l/usr/lib/python3.9/site-packages/oci/database_management/models/external_exadata_storage_connector_status.py�__init__ s ��z.ExternalExadataStorageConnectorStatus.__init__c C s | j S )a: Gets the id of this ExternalExadataStorageConnectorStatus. The `OCID`__ of the Exadata storage server connector. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalExadataStorageConnectorStatus. :rtype: str �r �r r r r r >