📂 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_node.cpython-39.pyc
a ���f� � @ 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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�DiscoveredExternalDbNodez] The details of an Oracle DB node discovered in an external DB system discovery run. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new DiscoveredExternalDbNode object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.DiscoveredExternalDbNode.component_type` attribute of this class is ``DATABASE_NODE`` 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 DiscoveredExternalDbNode. :type component_id: str :param display_name: The value to assign to the display_name property of this DiscoveredExternalDbNode. :type display_name: str :param component_name: The value to assign to the component_name property of this DiscoveredExternalDbNode. :type component_name: str :param component_type: The value to assign to the component_type property of this DiscoveredExternalDbNode. 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 DiscoveredExternalDbNode. :type resource_id: str :param is_selected_for_monitoring: The value to assign to the is_selected_for_monitoring property of this DiscoveredExternalDbNode. :type is_selected_for_monitoring: bool :param status: The value to assign to the status property of this DiscoveredExternalDbNode. 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 DiscoveredExternalDbNode. :type associated_components: list[oci.database_management.models.AssociatedComponent] :param host_name: The value to assign to the host_name property of this DiscoveredExternalDbNode. :type host_name: str :param cpu_core_count: The value to assign to the cpu_core_count property of this DiscoveredExternalDbNode. :type cpu_core_count: float :param memory_size_in_gbs: The value to assign to the memory_size_in_gbs property of this DiscoveredExternalDbNode. :type memory_size_in_gbs: float :param connector: The value to assign to the connector property of this DiscoveredExternalDbNode. :type connector: oci.database_management.models.ExternalDbSystemDiscoveryConnector �str�boolzlist[AssociatedComponent]�floatZ"ExternalDbSystemDiscoveryConnector)Zcomponent_idZdisplay_nameZcomponent_nameZcomponent_typeZresource_idZis_selected_for_monitoring�statusZassociated_components� host_name�cpu_core_count�memory_size_in_gbs� connectorZcomponentIdZdisplayNameZ componentNameZ componentTypeZ resourceIdZisSelectedForMonitoringr ZassociatedComponentsZhostNameZcpuCoreCountZmemorySizeInGBsr NZ DATABASE_NODE)Z swagger_typesZ attribute_mapZ _component_idZ _display_nameZ_component_nameZ_component_typeZ_resource_idZ_is_selected_for_monitoringZ_statusZ_associated_components� _host_name�_cpu_core_count�_memory_size_in_gbs� _connector)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_management/models/discovered_external_db_node.py�__init__ sN :��z!DiscoveredExternalDbNode.__init__c C s | j S )z� **[Required]** Gets the host_name of this DiscoveredExternalDbNode. The name of the host on which the ASM instance is running. :return: The host_name of this DiscoveredExternalDbNode. :rtype: str �r �r r r r r w s z"DiscoveredExternalDbNode.host_namec C s || _ dS )z� Sets the host_name of this DiscoveredExternalDbNode. The name of the host on which the ASM instance is running. :param host_name: The host_name of this DiscoveredExternalDbNode. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the cpu_core_count of this DiscoveredExternalDbNode. The number of CPU cores available on the DB node. :return: The cpu_core_count of this DiscoveredExternalDbNode. :rtype: float �r r r r r r � s z'DiscoveredExternalDbNode.cpu_core_countc C s || _ dS )z� Sets the cpu_core_count of this DiscoveredExternalDbNode. The number of CPU cores available on the DB node. :param cpu_core_count: The cpu_core_count of this DiscoveredExternalDbNode. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the memory_size_in_gbs of this DiscoveredExternalDbNode. The total memory in gigabytes (GB) on the DB node. :return: The memory_size_in_gbs of this DiscoveredExternalDbNode. :rtype: float �r r r r r r � s z+DiscoveredExternalDbNode.memory_size_in_gbsc C s || _ dS )z� Sets the memory_size_in_gbs of this DiscoveredExternalDbNode. The total memory in gigabytes (GB) on the DB node. :param memory_size_in_gbs: The memory_size_in_gbs of this DiscoveredExternalDbNode. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the connector of this DiscoveredExternalDbNode. :return: The connector of this DiscoveredExternalDbNode. :rtype: oci.database_management.models.ExternalDbSystemDiscoveryConnector �r r r r r r � s z"DiscoveredExternalDbNode.connectorc C s || _ dS )z� Sets the connector of this DiscoveredExternalDbNode. :param connector: The connector of this DiscoveredExternalDbNode. :type: oci.database_management.models.ExternalDbSystemDiscoveryConnector Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!DiscoveredExternalDbNode.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDiscoveredExternalDbNode.__eq__c C s | |k S r r r"