ruạṛ
a N��f�% � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�&CreateExternalPluggableDatabaseDetailszG Details for creating an external pluggable database resource. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a> Initializes a new CreateExternalPluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_id: The value to assign to the source_id property of this CreateExternalPluggableDatabaseDetails. :type source_id: str :param external_container_database_id: The value to assign to the external_container_database_id property of this CreateExternalPluggableDatabaseDetails. :type external_container_database_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateExternalPluggableDatabaseDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateExternalPluggableDatabaseDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateExternalPluggableDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateExternalPluggableDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))� source_id�external_container_database_id�compartment_id�display_name� freeform_tags�defined_tags�sourceId�externalContainerDatabaseId� compartmentId�displayName�freeformTags�definedTagsN)� swagger_types� attribute_map� _source_id�_external_container_database_id�_compartment_id� _display_name�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_external_pluggable_database_details.py�__init__ s( � � z/CreateExternalPluggableDatabaseDetails.__init__c C s | j S )a� Gets the source_id of this CreateExternalPluggableDatabaseDetails. The `OCID`__ of the the non-container database that was converted to a pluggable database to create this resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The source_id of this CreateExternalPluggableDatabaseDetails. :rtype: str �r �r r r r r G s z0CreateExternalPluggableDatabaseDetails.source_idc C s || _ dS )a� Sets the source_id of this CreateExternalPluggableDatabaseDetails. The `OCID`__ of the the non-container database that was converted to a pluggable database to create this resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param source_id: The source_id of this CreateExternalPluggableDatabaseDetails. :type: str Nr! )r r r r r r V s c C s | j S )a **[Required]** Gets the external_container_database_id of this CreateExternalPluggableDatabaseDetails. The `OCID`__ of the :func:`create_external_container_database_details` that contains the specified :func:`create_external_pluggable_database_details` resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The external_container_database_id of this CreateExternalPluggableDatabaseDetails. :rtype: str �r r"