ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DatabaseConfigurationSummary� )�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 )�&AutonomousDatabaseConfigurationSummaryz7 Configuration Summary of autonomous database. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new AutonomousDatabaseConfigurationSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.AutonomousDatabaseConfigurationSummary.entity_source` 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_insight_id: The value to assign to the database_insight_id property of this AutonomousDatabaseConfigurationSummary. :type database_insight_id: str :param entity_source: The value to assign to the entity_source property of this AutonomousDatabaseConfigurationSummary. Allowed values for this property are: "AUTONOMOUS_DATABASE", "EM_MANAGED_EXTERNAL_DATABASE", "MACS_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE" :type entity_source: str :param compartment_id: The value to assign to the compartment_id property of this AutonomousDatabaseConfigurationSummary. :type compartment_id: str :param database_name: The value to assign to the database_name property of this AutonomousDatabaseConfigurationSummary. :type database_name: str :param database_display_name: The value to assign to the database_display_name property of this AutonomousDatabaseConfigurationSummary. :type database_display_name: str :param database_type: The value to assign to the database_type property of this AutonomousDatabaseConfigurationSummary. :type database_type: str :param database_version: The value to assign to the database_version property of this AutonomousDatabaseConfigurationSummary. :type database_version: str :param cdb_name: The value to assign to the cdb_name property of this AutonomousDatabaseConfigurationSummary. :type cdb_name: str :param defined_tags: The value to assign to the defined_tags property of this AutonomousDatabaseConfigurationSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this AutonomousDatabaseConfigurationSummary. :type freeform_tags: dict(str, str) :param processor_count: The value to assign to the processor_count property of this AutonomousDatabaseConfigurationSummary. :type processor_count: int :param database_id: The value to assign to the database_id property of this AutonomousDatabaseConfigurationSummary. :type database_id: str �strzdict(str, dict(str, object))zdict(str, str)�int)�database_insight_id� entity_source�compartment_id� database_name�database_display_name� database_type�database_version�cdb_name�defined_tags� freeform_tags�processor_count�database_id�databaseInsightId�entitySource� compartmentId�databaseName�databaseDisplayName�databaseType�databaseVersion�cdbName�definedTags�freeformTags�processorCount� databaseIdN�AUTONOMOUS_DATABASE)� swagger_types� attribute_map�_database_insight_id�_entity_source�_compartment_id�_database_name�_database_display_name�_database_type�_database_version� _cdb_name� _defined_tags�_freeform_tags�_processor_count�_database_id)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/autonomous_database_configuration_summary.py�__init__ sN 9��z/AutonomousDatabaseConfigurationSummary.__init__c C s | j S )aJ **[Required]** Gets the database_id of this AutonomousDatabaseConfigurationSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The database_id of this AutonomousDatabaseConfigurationSummary. :rtype: str �r1 �r2 r4 r4 r5 r t s z2AutonomousDatabaseConfigurationSummary.database_idc C s || _ dS )aE Sets the database_id of this AutonomousDatabaseConfigurationSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param database_id: The database_id of this AutonomousDatabaseConfigurationSummary. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s t | �S �N)r r8 r4 r4 r5 �__repr__� s z/AutonomousDatabaseConfigurationSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r2 �otherr4 r4 r5 �__eq__� s z-AutonomousDatabaseConfigurationSummary.__eq__c C s | |k S r9 r4 r<