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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AutonomousDatabaseDetailszk The details of the Oracle Autonomous Database to be registered as a target database in Data Safe. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new AutonomousDatabaseDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.AutonomousDatabaseDetails.database_type` attribute of this class is ``AUTONOMOUS_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 AutonomousDatabaseDetails. 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 AutonomousDatabaseDetails. Allowed values for this property are: "ORACLE_CLOUD", "CLOUD_AT_CUSTOMER", "ON_PREMISES", "NON_ORACLE_CLOUD" :type infrastructure_type: str :param autonomous_database_id: The value to assign to the autonomous_database_id property of this AutonomousDatabaseDetails. :type autonomous_database_id: str �str)� database_type�infrastructure_type�autonomous_database_id�databaseType�infrastructureType�autonomousDatabaseIdN�AUTONOMOUS_DATABASE)� swagger_types� attribute_map�_database_type�_infrastructure_type�_autonomous_database_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/autonomous_database_details.py�__init__ s ��z"AutonomousDatabaseDetails.__init__c C s | j S )a" **[Required]** Gets the autonomous_database_id of this AutonomousDatabaseDetails. The OCID of the autonomous database registered as a target database in Data Safe. :return: The autonomous_database_id of this AutonomousDatabaseDetails. :rtype: str �r �r r r r r 6 s z0AutonomousDatabaseDetails.autonomous_database_idc C s || _ dS )a( Sets the autonomous_database_id of this AutonomousDatabaseDetails. The OCID of the autonomous database registered as a target database in Data Safe. :param autonomous_database_id: The autonomous_database_id of this AutonomousDatabaseDetails. :type: str Nr )r r r r r r B s c C s t | �S �N)r r r r r �__repr__N s z"AutonomousDatabaseDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__Q s z AutonomousDatabaseDetails.__eq__c C s | |k S r r r r r r �__ne__W s z AutonomousDatabaseDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"