ruạṛ
a ���f�M � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Z e jd%d$� �Z ed&d'� �Z!e!jd(d'� �Z!ed)d*� �Z"e"jd+d*� �Z"ed,d-� �Z#e#jd.d-� �Z#ed/d0� �Z$e$jd1d0� �Z$ed2d3� �Z%e%jd4d3� �Z%ed5d6� �Z&e&jd7d6� �Z&ed8d9� �Z'e'jd:d9� �Z'd;d<� Z(d=d>� Z)d?d@� Z*dAS )B� ChildDatabasezA The child Managed Database of a Managed Database Group. � ONPREMISE�BM�VM�EXADATA� EXADATA_CC� AUTONOMOUS� EXADATA_XS�OLTP�DW�AJD�APEX� EXTERNAL_SIDB�EXTERNAL_RAC� CLOUD_SIDB� CLOUD_RAC�SHARED� DEDICATED�CDB�PDB�NON_CDB�ACD�ADBc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new ChildDatabase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ChildDatabase. :type id: str :param name: The value to assign to the name property of this ChildDatabase. :type name: str :param compartment_id: The value to assign to the compartment_id property of this ChildDatabase. :type compartment_id: str :param deployment_type: The value to assign to the deployment_type property of this ChildDatabase. Allowed values for this property are: "ONPREMISE", "BM", "VM", "EXADATA", "EXADATA_CC", "AUTONOMOUS", "EXADATA_XS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_type: str :param workload_type: The value to assign to the workload_type property of this ChildDatabase. Allowed values for this property are: "OLTP", "DW", "AJD", "APEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type workload_type: str :param database_type: The value to assign to the database_type property of this ChildDatabase. Allowed values for this property are: "EXTERNAL_SIDB", "EXTERNAL_RAC", "CLOUD_SIDB", "CLOUD_RAC", "SHARED", "DEDICATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_type: str :param database_sub_type: The value to assign to the database_sub_type property of this ChildDatabase. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_sub_type: str :param time_added: The value to assign to the time_added property of this ChildDatabase. :type time_added: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ChildDatabase. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ChildDatabase. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ChildDatabase. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�compartment_id�deployment_type� workload_type� database_type�database_sub_type� time_added� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZdeploymentTypeZworkloadTypeZdatabaseTypeZdatabaseSubTypeZ timeAddedZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_deployment_type�_workload_type�_database_type�_database_sub_type�_time_added�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r6 �Q/usr/lib/python3.9/site-packages/oci/database_management/models/child_database.py�__init__j sF ;��zChildDatabase.__init__c C s | j S )a **[Required]** Gets the id of this ChildDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ChildDatabase. :rtype: str �r) �r4 r6 r6 r7 r � s zChildDatabase.idc C s || _ dS )z� Sets the id of this ChildDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ChildDatabase. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )z� **[Required]** Gets the name of this ChildDatabase. The name of the Managed Database. :return: The name of this ChildDatabase. :rtype: str �r* r: r6 r6 r7 r � s zChildDatabase.namec C s || _ dS )z� Sets the name of this ChildDatabase. The name of the Managed Database. :param name: The name of this ChildDatabase. :type: str Nr; )r4 r r6 r6 r7 r � s c C s | j S )aB **[Required]** Gets the compartment_id of this ChildDatabase. The `OCID`__ of the compartment in which the Managed Database resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ChildDatabase. :rtype: str �r+ r: r6 r6 r7 r s zChildDatabase.compartment_idc C s || _ dS )a@ Sets the compartment_id of this ChildDatabase. The `OCID`__ of the compartment in which the Managed Database resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ChildDatabase. :type: str Nr<