📂 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_discovery.cpython-39.opt-1.pyc
a ���f�M � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�ExternalDbSystemDiscoveryz9 The details of an external DB system discovery. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new ExternalDbSystemDiscovery 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 ExternalDbSystemDiscovery. :type id: str :param display_name: The value to assign to the display_name property of this ExternalDbSystemDiscovery. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this ExternalDbSystemDiscovery. :type compartment_id: str :param agent_id: The value to assign to the agent_id property of this ExternalDbSystemDiscovery. :type agent_id: str :param grid_home: The value to assign to the grid_home property of this ExternalDbSystemDiscovery. :type grid_home: str :param discovered_components: The value to assign to the discovered_components property of this ExternalDbSystemDiscovery. :type discovered_components: list[oci.database_management.models.DiscoveredExternalDbSystemComponent] :param resource_id: The value to assign to the resource_id property of this ExternalDbSystemDiscovery. :type resource_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalDbSystemDiscovery. 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 lifecycle_details: The value to assign to the lifecycle_details property of this ExternalDbSystemDiscovery. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ExternalDbSystemDiscovery. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalDbSystemDiscovery. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ExternalDbSystemDiscovery. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalDbSystemDiscovery. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalDbSystemDiscovery. :type system_tags: dict(str, dict(str, object)) �strz)list[DiscoveredExternalDbSystemComponent]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�agent_id� grid_home�discovered_components�resource_id�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZagentIdZgridHomeZdiscoveredComponentsZ resourceIdZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id� _agent_id� _grid_home�_discovered_components�_resource_id�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r- �_/usr/lib/python3.9/site-packages/oci/database_management/models/external_db_system_discovery.py�__init__. sX A��z"ExternalDbSystemDiscovery.__init__c C s | j S )a- **[Required]** Gets the id of this ExternalDbSystemDiscovery. The `OCID`__ of the external DB system discovery. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ExternalDbSystemDiscovery. :rtype: str �r �r+ r- r- r. r � s zExternalDbSystemDiscovery.idc C s || _ dS )a Sets the id of this ExternalDbSystemDiscovery. The `OCID`__ of the external DB system discovery. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ExternalDbSystemDiscovery. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )a **[Required]** Gets the display_name of this ExternalDbSystemDiscovery. The user-friendly name for the DB system. The name does not have to be unique. :return: The display_name of this ExternalDbSystemDiscovery. :rtype: str �r r1 r- r- r. r � s z&ExternalDbSystemDiscovery.display_namec C s || _ dS )a Sets the display_name of this ExternalDbSystemDiscovery. The user-friendly name for the DB system. The name does not have to be unique. :param display_name: The display_name of this ExternalDbSystemDiscovery. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a4 **[Required]** Gets the compartment_id of this ExternalDbSystemDiscovery. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ExternalDbSystemDiscovery. :rtype: str �r r1 r- r- r. r � s z(ExternalDbSystemDiscovery.compartment_idc C s || _ dS )a2 Sets the compartment_id of this ExternalDbSystemDiscovery. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ExternalDbSystemDiscovery. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )a_ **[Required]** Gets the agent_id of this ExternalDbSystemDiscovery. The `OCID`__ of the management agent used for the external DB system discovery. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The agent_id of this ExternalDbSystemDiscovery. :rtype: str �r r1 r- r- r. r � s z"ExternalDbSystemDiscovery.agent_idc C s || _ dS )aW Sets the agent_id of this ExternalDbSystemDiscovery. The `OCID`__ of the management agent used for the external DB system discovery. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param agent_id: The agent_id of this ExternalDbSystemDiscovery. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )z� Gets the grid_home of this ExternalDbSystemDiscovery. The directory in which Oracle Grid Infrastructure is installed. :return: The grid_home of this ExternalDbSystemDiscovery. :rtype: str �r! r1 r- r- r. r s z#ExternalDbSystemDiscovery.grid_homec C s || _ dS )z� Sets the grid_home of this ExternalDbSystemDiscovery. The directory in which Oracle Grid Infrastructure is installed. :param grid_home: The grid_home of this ExternalDbSystemDiscovery. :type: str Nr5 )r+ r r- r- r. r s c C s | j S )aQ Gets the discovered_components of this ExternalDbSystemDiscovery. The list of DB system components that were found in the DB system discovery. :return: The discovered_components of this ExternalDbSystemDiscovery. :rtype: list[oci.database_management.models.DiscoveredExternalDbSystemComponent] �r"