📂 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: discovered_external_db_system_component.cpython-39.pyc
a ���fUB � @ 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 @ sH e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zd-d.� Z d/d0� Z!d1d2� Z"d3S )4�#DiscoveredExternalDbSystemComponentz9 The details of an external DB system component. �ASM�ASM_INSTANCE�CLUSTER�CLUSTER_INSTANCE�DATABASE�DATABASE_INSTANCE� DATABASE_HOME� DATABASE_NODE�DBSYSTEM�LISTENER�PLUGGABLE_DATABASE�NEW�EXISTING�MARKED_FOR_DELETION�UNKNOWNc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a7 Initializes a new DiscoveredExternalDbSystemComponent object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_management.models.DiscoveredExternalCluster` * :class:`~oci.database_management.models.DiscoveredExternalDbHome` * :class:`~oci.database_management.models.DiscoveredExternalDatabase` * :class:`~oci.database_management.models.DiscoveredExternalPluggableDatabase` * :class:`~oci.database_management.models.DiscoveredExternalClusterInstance` * :class:`~oci.database_management.models.DiscoveredExternalListener` * :class:`~oci.database_management.models.DiscoveredExternalDbNode` * :class:`~oci.database_management.models.DiscoveredExternalAsm` * :class:`~oci.database_management.models.DiscoveredExternalAsmInstance` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param component_id: The value to assign to the component_id property of this DiscoveredExternalDbSystemComponent. :type component_id: str :param display_name: The value to assign to the display_name property of this DiscoveredExternalDbSystemComponent. :type display_name: str :param component_name: The value to assign to the component_name property of this DiscoveredExternalDbSystemComponent. :type component_name: str :param component_type: The value to assign to the component_type property of this DiscoveredExternalDbSystemComponent. Allowed values for this property are: "ASM", "ASM_INSTANCE", "CLUSTER", "CLUSTER_INSTANCE", "DATABASE", "DATABASE_INSTANCE", "DATABASE_HOME", "DATABASE_NODE", "DBSYSTEM", "LISTENER", "PLUGGABLE_DATABASE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type component_type: str :param resource_id: The value to assign to the resource_id property of this DiscoveredExternalDbSystemComponent. :type resource_id: str :param is_selected_for_monitoring: The value to assign to the is_selected_for_monitoring property of this DiscoveredExternalDbSystemComponent. :type is_selected_for_monitoring: bool :param status: The value to assign to the status property of this DiscoveredExternalDbSystemComponent. Allowed values for this property are: "NEW", "EXISTING", "MARKED_FOR_DELETION", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param associated_components: The value to assign to the associated_components property of this DiscoveredExternalDbSystemComponent. :type associated_components: list[oci.database_management.models.AssociatedComponent] �str�boolzlist[AssociatedComponent])�component_id�display_name�component_name�component_type�resource_id�is_selected_for_monitoring�status�associated_componentsZcomponentIdZdisplayNameZ componentName� componentTypeZ resourceIdZisSelectedForMonitoringr ZassociatedComponentsN) Z swagger_typesZ attribute_map� _component_id� _display_name�_component_name�_component_type�_resource_id�_is_selected_for_monitoring�_status�_associated_components)�self�kwargs� r+ �j/usr/lib/python3.9/site-packages/oci/database_management/models/discovered_external_db_system_component.py�__init__N s4 7��z,DiscoveredExternalDbSystemComponent.__init__c C s| | d }|dkrdS |dkr dS |dkr,dS |dkr8d S |d krDdS |dkrPd S |dkr\dS |dkrhdS |dkrtdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZDiscoveredExternalClusterr ZDiscoveredExternalDbHomer ZDiscoveredExternalDatabaser Z#DiscoveredExternalPluggableDatabaser Z!DiscoveredExternalClusterInstancer ZDiscoveredExternalListenerr ZDiscoveredExternalDbNoder ZDiscoveredExternalAsmr ZDiscoveredExternalAsmInstancer Nr+ )Zobject_dictionary�typer+ r+ r, �get_subtype� s( z/DiscoveredExternalDbSystemComponent.get_subtypec C s | j S )a **[Required]** Gets the component_id of this DiscoveredExternalDbSystemComponent. The identifier of the discovered DB system component. :return: The component_id of this DiscoveredExternalDbSystemComponent. :rtype: str �r! �r) r+ r+ r, r � s z0DiscoveredExternalDbSystemComponent.component_idc C s || _ dS )a Sets the component_id of this DiscoveredExternalDbSystemComponent. The identifier of the discovered DB system component. :param component_id: The component_id of this DiscoveredExternalDbSystemComponent. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )a4 **[Required]** Gets the display_name of this DiscoveredExternalDbSystemComponent. The user-friendly name for the discovered DB system component. The name does not have to be unique. :return: The display_name of this DiscoveredExternalDbSystemComponent. :rtype: str �r"