📂 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_asm_instance.cpython-39.pyc
a ���fC � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�#DiscoveredExternalDbSystemComponent� )�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 d d� Z dd� Zdd� ZdS )�DiscoveredExternalAsmInstancez[ The details of an ASM instance discovered in an external DB system discovery run. c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )aN Initializes a new DiscoveredExternalAsmInstance object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.DiscoveredExternalAsmInstance.component_type` attribute of this class is ``ASM_INSTANCE`` and it should not be changed. 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 DiscoveredExternalAsmInstance. :type component_id: str :param display_name: The value to assign to the display_name property of this DiscoveredExternalAsmInstance. :type display_name: str :param component_name: The value to assign to the component_name property of this DiscoveredExternalAsmInstance. :type component_name: str :param component_type: The value to assign to the component_type property of this DiscoveredExternalAsmInstance. Allowed values for this property are: "ASM", "ASM_INSTANCE", "CLUSTER", "CLUSTER_INSTANCE", "DATABASE", "DATABASE_INSTANCE", "DATABASE_HOME", "DATABASE_NODE", "DBSYSTEM", "LISTENER", "PLUGGABLE_DATABASE" :type component_type: str :param resource_id: The value to assign to the resource_id property of this DiscoveredExternalAsmInstance. :type resource_id: str :param is_selected_for_monitoring: The value to assign to the is_selected_for_monitoring property of this DiscoveredExternalAsmInstance. :type is_selected_for_monitoring: bool :param status: The value to assign to the status property of this DiscoveredExternalAsmInstance. Allowed values for this property are: "NEW", "EXISTING", "MARKED_FOR_DELETION", "UNKNOWN" :type status: str :param associated_components: The value to assign to the associated_components property of this DiscoveredExternalAsmInstance. :type associated_components: list[oci.database_management.models.AssociatedComponent] :param host_name: The value to assign to the host_name property of this DiscoveredExternalAsmInstance. :type host_name: str :param instance_name: The value to assign to the instance_name property of this DiscoveredExternalAsmInstance. :type instance_name: str :param adr_home_directory: The value to assign to the adr_home_directory property of this DiscoveredExternalAsmInstance. :type adr_home_directory: str �str�boolzlist[AssociatedComponent])Zcomponent_idZdisplay_nameZcomponent_nameZcomponent_typeZresource_idZis_selected_for_monitoring�statusZassociated_components� host_name� instance_name�adr_home_directoryZcomponentIdZdisplayNameZ componentNameZ componentTypeZ resourceIdZisSelectedForMonitoringr ZassociatedComponentsZhostNameZinstanceNameZadrHomeDirectoryNZASM_INSTANCE) Z swagger_typesZ attribute_mapZ _component_idZ _display_nameZ_component_nameZ_component_typeZ_resource_idZ_is_selected_for_monitoringZ_statusZ_associated_components� _host_name�_instance_name�_adr_home_directory)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/database_management/models/discovered_external_asm_instance.py�__init__ sH 6��z&DiscoveredExternalAsmInstance.__init__c C s | j S )z� **[Required]** Gets the host_name of this DiscoveredExternalAsmInstance. The name of the host on which the ASM instance is running. :return: The host_name of this DiscoveredExternalAsmInstance. :rtype: str �r �r r r r r p s z'DiscoveredExternalAsmInstance.host_namec C s || _ dS )z� Sets the host_name of this DiscoveredExternalAsmInstance. The name of the host on which the ASM instance is running. :param host_name: The host_name of this DiscoveredExternalAsmInstance. :type: str Nr )r r r r r r | s c C s | j S )z� Gets the instance_name of this DiscoveredExternalAsmInstance. The name of the ASM instance. :return: The instance_name of this DiscoveredExternalAsmInstance. :rtype: str �r r r r r r � s z+DiscoveredExternalAsmInstance.instance_namec C s || _ dS )z� Sets the instance_name of this DiscoveredExternalAsmInstance. The name of the ASM instance. :param instance_name: The instance_name of this DiscoveredExternalAsmInstance. :type: str Nr )r r r r r r � s c C s | j S )a Gets the adr_home_directory of this DiscoveredExternalAsmInstance. The Automatic Diagnostic Repository (ADR) home directory for the ASM instance. :return: The adr_home_directory of this DiscoveredExternalAsmInstance. :rtype: str �r r r r r r � s z0DiscoveredExternalAsmInstance.adr_home_directoryc C s || _ dS )a! Sets the adr_home_directory of this DiscoveredExternalAsmInstance. The Automatic Diagnostic Repository (ADR) home directory for the ASM instance. :param adr_home_directory: The adr_home_directory of this DiscoveredExternalAsmInstance. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z&DiscoveredExternalAsmInstance.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$DiscoveredExternalAsmInstance.__eq__c C s | |k S r r r r r r �__ne__� s z$DiscoveredExternalAsmInstance.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"