📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_db_system_macs_connector.cpython-39.pyc
a ���f�1 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ExternalDbSystemConnector� )�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� �Zdd� Zdd� Z dd� ZdS )�ExternalDbSystemMacsConnectorz� The details of an external DB system connector that uses the `Management Agent Cloud Service (MACS)`__ to connect to an external DB system component. __ https://docs.cloud.oracle.com/iaas/management-agents/index.html c K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )aB Initializes a new ExternalDbSystemMacsConnector object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ExternalDbSystemMacsConnector.connector_type` attribute of this class is ``MACS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connector_type: The value to assign to the connector_type property of this ExternalDbSystemMacsConnector. Allowed values for this property are: "MACS" :type connector_type: str :param id: The value to assign to the id property of this ExternalDbSystemMacsConnector. :type id: str :param display_name: The value to assign to the display_name property of this ExternalDbSystemMacsConnector. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalDbSystemMacsConnector. :type compartment_id: str :param external_db_system_id: The value to assign to the external_db_system_id property of this ExternalDbSystemMacsConnector. :type external_db_system_id: str :param connection_status: The value to assign to the connection_status property of this ExternalDbSystemMacsConnector. :type connection_status: str :param connection_failure_message: The value to assign to the connection_failure_message property of this ExternalDbSystemMacsConnector. :type connection_failure_message: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalDbSystemMacsConnector. Allowed values for this property are: "CREATING", "NOT_CONNECTED", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ExternalDbSystemMacsConnector. :type lifecycle_details: str :param time_connection_status_last_updated: The value to assign to the time_connection_status_last_updated property of this ExternalDbSystemMacsConnector. :type time_connection_status_last_updated: datetime :param time_created: The value to assign to the time_created property of this ExternalDbSystemMacsConnector. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalDbSystemMacsConnector. :type time_updated: datetime :param agent_id: The value to assign to the agent_id property of this ExternalDbSystemMacsConnector. :type agent_id: str :param connection_info: The value to assign to the connection_info property of this ExternalDbSystemMacsConnector. :type connection_info: oci.database_management.models.ExternalDbSystemConnectionInfo :param freeform_tags: The value to assign to the freeform_tags property of this ExternalDbSystemMacsConnector. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalDbSystemMacsConnector. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalDbSystemMacsConnector. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZExternalDbSystemConnectionInfozdict(str, str)zdict(str, dict(str, object)))Zconnector_type�idZdisplay_nameZcompartment_idZexternal_db_system_idZconnection_statusZconnection_failure_messageZlifecycle_stateZlifecycle_detailsZ#time_connection_status_last_updatedZtime_createdZtime_updated�agent_id�connection_info� freeform_tags�defined_tags�system_tagsZ connectorTyper ZdisplayNameZ compartmentIdZexternalDbSystemIdZconnectionStatusZconnectionFailureMessageZlifecycleStateZlifecycleDetailsZtimeConnectionStatusLastUpdatedZtimeCreatedZtimeUpdatedZagentIdZconnectionInfoZfreeformTagsZdefinedTagsZ systemTagsNZMACS)Z swagger_typesZ attribute_mapZ_connector_typeZ_idZ _display_nameZ_compartment_idZ_external_db_system_idZ_connection_statusZ_connection_failure_messageZ_lifecycle_stateZ_lifecycle_detailsZ$_time_connection_status_last_updatedZ _time_createdZ _time_updated� _agent_id�_connection_info�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/database_management/models/external_db_system_macs_connector.py�__init__ sl N��z&ExternalDbSystemMacsConnector.__init__c C s | j S )ag **[Required]** Gets the agent_id of this ExternalDbSystemMacsConnector. The `OCID`__ of the management agent used for the external DB system connector. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The agent_id of this ExternalDbSystemMacsConnector. :rtype: str �r �r r r r r � s z&ExternalDbSystemMacsConnector.agent_idc C s || _ dS )a_ Sets the agent_id of this ExternalDbSystemMacsConnector. The `OCID`__ of the management agent used for the external DB system connector. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param agent_id: The agent_id of this ExternalDbSystemMacsConnector. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the connection_info of this ExternalDbSystemMacsConnector. :return: The connection_info of this ExternalDbSystemMacsConnector. :rtype: oci.database_management.models.ExternalDbSystemConnectionInfo �r r r r r r � s z-ExternalDbSystemMacsConnector.connection_infoc C s || _ dS )z� Sets the connection_info of this ExternalDbSystemMacsConnector. :param connection_info: The connection_info of this ExternalDbSystemMacsConnector. :type: oci.database_management.models.ExternalDbSystemConnectionInfo Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this ExternalDbSystemMacsConnector. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this ExternalDbSystemMacsConnector. :rtype: dict(str, str) �r r r r r r � s z+ExternalDbSystemMacsConnector.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this ExternalDbSystemMacsConnector. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this ExternalDbSystemMacsConnector. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this ExternalDbSystemMacsConnector. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this ExternalDbSystemMacsConnector. :rtype: dict(str, dict(str, object)) �r r r r r r � s z*ExternalDbSystemMacsConnector.defined_tagsc C s || _ dS )a� Sets the defined_tags of this ExternalDbSystemMacsConnector. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this ExternalDbSystemMacsConnector. :type: dict(str, dict(str, object)) Nr )r r r r r r s c C s | j S )a< Gets the system_tags of this ExternalDbSystemMacsConnector. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The system_tags of this ExternalDbSystemMacsConnector. :rtype: dict(str, dict(str, object)) �r r r r r r s z)ExternalDbSystemMacsConnector.system_tagsc C s || _ dS )aF Sets the system_tags of this ExternalDbSystemMacsConnector. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param system_tags: The system_tags of this ExternalDbSystemMacsConnector. :type: dict(str, dict(str, object)) Nr )r r r r r r " s c C s t | �S �N)r r r r r �__repr__4 s z&ExternalDbSystemMacsConnector.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__7 s z$ExternalDbSystemMacsConnector.__eq__c C s | |k S r r r# r r r �__ne__= s z$ExternalDbSystemMacsConnector.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r% r&