📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_cloud_service_details.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DatabaseDetails� )�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 )�DatabaseCloudServiceDetailsz_ The details of the cloud database to be registered as a target database in Data Safe. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )af Initializes a new DatabaseCloudServiceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.DatabaseCloudServiceDetails.database_type` attribute of this class is ``DATABASE_CLOUD_SERVICE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_type: The value to assign to the database_type property of this DatabaseCloudServiceDetails. Allowed values for this property are: "DATABASE_CLOUD_SERVICE", "AUTONOMOUS_DATABASE", "INSTALLED_DATABASE" :type database_type: str :param infrastructure_type: The value to assign to the infrastructure_type property of this DatabaseCloudServiceDetails. Allowed values for this property are: "ORACLE_CLOUD", "CLOUD_AT_CUSTOMER", "ON_PREMISES", "NON_ORACLE_CLOUD" :type infrastructure_type: str :param vm_cluster_id: The value to assign to the vm_cluster_id property of this DatabaseCloudServiceDetails. :type vm_cluster_id: str :param db_system_id: The value to assign to the db_system_id property of this DatabaseCloudServiceDetails. :type db_system_id: str :param listener_port: The value to assign to the listener_port property of this DatabaseCloudServiceDetails. :type listener_port: int :param service_name: The value to assign to the service_name property of this DatabaseCloudServiceDetails. :type service_name: str �str�int)Z database_typeZinfrastructure_type� vm_cluster_id�db_system_id� listener_port�service_nameZdatabaseTypeZinfrastructureTypeZvmClusterIdZ dbSystemIdZlistenerPortZserviceNameNZDATABASE_CLOUD_SERVICE)Z swagger_typesZ attribute_mapZ_database_typeZ_infrastructure_type�_vm_cluster_id� _db_system_id�_listener_port� _service_name)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_safe/models/database_cloud_service_details.py�__init__ s* "� � z$DatabaseCloudServiceDetails.__init__c C s | j S )z� Gets the vm_cluster_id of this DatabaseCloudServiceDetails. The OCID of the VM cluster in which the database is running. :return: The vm_cluster_id of this DatabaseCloudServiceDetails. :rtype: str �r �r r r r r M s z)DatabaseCloudServiceDetails.vm_cluster_idc C s || _ dS )z� Sets the vm_cluster_id of this DatabaseCloudServiceDetails. The OCID of the VM cluster in which the database is running. :param vm_cluster_id: The vm_cluster_id of this DatabaseCloudServiceDetails. :type: str Nr )r r r r r r Y s c C s | j S )z� Gets the db_system_id of this DatabaseCloudServiceDetails. The OCID of the cloud database registered as a target database in Data Safe. :return: The db_system_id of this DatabaseCloudServiceDetails. :rtype: str �r r r r r r e s z(DatabaseCloudServiceDetails.db_system_idc C s || _ dS )a Sets the db_system_id of this DatabaseCloudServiceDetails. The OCID of the cloud database registered as a target database in Data Safe. :param db_system_id: The db_system_id of this DatabaseCloudServiceDetails. :type: str Nr )r r r r r r q s c C s | j S )z� Gets the listener_port of this DatabaseCloudServiceDetails. The port number of the database listener. :return: The listener_port of this DatabaseCloudServiceDetails. :rtype: int �r r r r r r } s z)DatabaseCloudServiceDetails.listener_portc C s || _ dS )z� Sets the listener_port of this DatabaseCloudServiceDetails. The port number of the database listener. :param listener_port: The listener_port of this DatabaseCloudServiceDetails. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the service_name of this DatabaseCloudServiceDetails. The database service name. :return: The service_name of this DatabaseCloudServiceDetails. :rtype: str �r r r r r r � s z(DatabaseCloudServiceDetails.service_namec C s || _ dS )z� Sets the service_name of this DatabaseCloudServiceDetails. The database service name. :param service_name: The service_name of this DatabaseCloudServiceDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$DatabaseCloudServiceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"DatabaseCloudServiceDetails.__eq__c C s | |k S r r r r r r �__ne__� s z"DatabaseCloudServiceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"