ruạṛ
a N��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 )�DatabaseCloudServiceDetailszn The details of the Oracle Database Cloud Service 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)� database_type�infrastructure_type� vm_cluster_id�db_system_id� listener_port�service_name�databaseType�infrastructureType�vmClusterId� dbSystemId�listenerPort�serviceNameN�DATABASE_CLOUD_SERVICE)� swagger_types� attribute_map�_database_type�_infrastructure_type�_vm_cluster_id� _db_system_id�_listener_port� _service_name)�self�kwargs� r"