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 )�InstalledDatabaseDetailszS The details of the database running on-premises or on a compute instance. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) aJ Initializes a new InstalledDatabaseDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.InstalledDatabaseDetails.database_type` attribute of this class is ``INSTALLED_DATABASE`` 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 InstalledDatabaseDetails. 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 InstalledDatabaseDetails. Allowed values for this property are: "ORACLE_CLOUD", "CLOUD_AT_CUSTOMER", "ON_PREMISES", "NON_ORACLE_CLOUD" :type infrastructure_type: str :param instance_id: The value to assign to the instance_id property of this InstalledDatabaseDetails. :type instance_id: str :param ip_addresses: The value to assign to the ip_addresses property of this InstalledDatabaseDetails. :type ip_addresses: list[str] :param listener_port: The value to assign to the listener_port property of this InstalledDatabaseDetails. :type listener_port: int :param service_name: The value to assign to the service_name property of this InstalledDatabaseDetails. :type service_name: str �strz list[str]�int)� database_type�infrastructure_type�instance_id�ip_addresses� listener_port�service_name�databaseType�infrastructureType� instanceId�ipAddresses�listenerPort�serviceNameN�INSTALLED_DATABASE)� swagger_types� attribute_map�_database_type�_infrastructure_type�_instance_id� _ip_addresses�_listener_port� _service_name)�self�kwargs� r"