ruạṛ
a ���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 @ st e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Ze dd � �Z!e!j"d!d � �Z!e d"d#� �Z#e#j"d$d#� �Z#e d%d&� �Z$e$j"d'd&� �Z$e d(d)� �Z%e%j"d*d)� �Z%e d+d,� �Z&e&j"d-d,� �Z&e d.d/� �Z'e'j"d0d/� �Z'e d1d2� �Z(e(j"d3d2� �Z(e d4d5� �Z)e)j"d6d5� �Z)e d7d8� �Z*e*j"d9d8� �Z*e d:d;� �Z+e+j"d<d;� �Z+e d=d>� �Z,e,j"d?d>� �Z,e d@dA� �Z-e-j"dBdA� �Z-e dCdD� �Z.e.j"dEdD� �Z.e dFdG� �Z/e/j"dHdG� �Z/e dIdJ� �Z0e0j"dKdJ� �Z0e dLdM� �Z1e1j"dNdM� �Z1e dOdP� �Z2e2j"dQdP� �Z2e dRdS� �Z3e3j"dTdS� �Z3e dUdV� �Z4e4j"dWdV� �Z4e dXdY� �Z5e5j"dZdY� �Z5e d[d\� �Z6e6j"d]d\� �Z6e d^d_� �Z7e7j"d`d_� �Z7e dadb� �Z8e8j"dcdb� �Z8e ddde� �Z9e9j"dfde� �Z9e dgdh� �Z:e:j"didh� �Z:e djdk� �Z;e;j"dldk� �Z;e dmdn� �Z<e<j"dodn� �Z<e dpdq� �Z=e=j"drdq� �Z=dsdt� Z>dudv� Z?dwdx� Z@dyS )z�ManagedDatabasez, The details of a Managed Database. � EXTERNAL_SIDB�EXTERNAL_RAC� CLOUD_SIDB� CLOUD_RAC�SHARED� DEDICATED�CDB�PDB�NON_CDB�ACD�ADB� ONPREMISE�BM�VM�EXADATA� EXADATA_CC� AUTONOMOUS� EXADATA_XS�BASIC�ADVANCED�OLTP�DW�AJD�APEX�UP�DOWN�UNKNOWNc K s, ddddddddddddddddddddddddd d d dd�| _ dd ddddddddddddddddddd d!d"d#d$d%d&d'd�| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _ d(| _ d(| _d(| _d(| _ d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(S ))a Initializes a new ManagedDatabase 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 ManagedDatabase. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ManagedDatabase. :type compartment_id: str :param name: The value to assign to the name property of this ManagedDatabase. :type name: str :param database_type: The value to assign to the database_type property of this ManagedDatabase. 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 ManagedDatabase. 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 deployment_type: The value to assign to the deployment_type property of this ManagedDatabase. 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 management_option: The value to assign to the management_option property of this ManagedDatabase. Allowed values for this property are: "BASIC", "ADVANCED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type management_option: str :param workload_type: The value to assign to the workload_type property of this ManagedDatabase. 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 is_cluster: The value to assign to the is_cluster property of this ManagedDatabase. :type is_cluster: bool :param parent_container_id: The value to assign to the parent_container_id property of this ManagedDatabase. :type parent_container_id: str :param managed_database_groups: The value to assign to the managed_database_groups property of this ManagedDatabase. :type managed_database_groups: list[oci.database_management.models.ParentGroup] :param db_system_id: The value to assign to the db_system_id property of this ManagedDatabase. :type db_system_id: str :param storage_system_id: The value to assign to the storage_system_id property of this ManagedDatabase. :type storage_system_id: str :param time_created: The value to assign to the time_created property of this ManagedDatabase. :type time_created: datetime :param database_version: The value to assign to the database_version property of this ManagedDatabase. :type database_version: str :param database_status: The value to assign to the database_status property of this ManagedDatabase. Allowed values for this property are: "UP", "DOWN", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_status: str :param parent_container_name: The value to assign to the parent_container_name property of this ManagedDatabase. :type parent_container_name: str :param parent_container_compartment_id: The value to assign to the parent_container_compartment_id property of this ManagedDatabase. :type parent_container_compartment_id: str :param instance_count: The value to assign to the instance_count property of this ManagedDatabase. :type instance_count: int :param instance_details: The value to assign to the instance_details property of this ManagedDatabase. :type instance_details: list[oci.database_management.models.InstanceDetails] :param pdb_count: The value to assign to the pdb_count property of this ManagedDatabase. :type pdb_count: int :param pdb_status: The value to assign to the pdb_status property of this ManagedDatabase. :type pdb_status: list[oci.database_management.models.PdbStatusDetails] :param additional_details: The value to assign to the additional_details property of this ManagedDatabase. :type additional_details: dict(str, str) :param freeform_tags: The value to assign to the freeform_tags property of this ManagedDatabase. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagedDatabase. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ManagedDatabase. :type system_tags: dict(str, dict(str, object)) :param dbmgmt_feature_configs: The value to assign to the dbmgmt_feature_configs property of this ManagedDatabase. :type dbmgmt_feature_configs: list[oci.database_management.models.DatabaseFeatureConfiguration] :param database_platform_name: The value to assign to the database_platform_name property of this ManagedDatabase. :type database_platform_name: str �str�boolzlist[ParentGroup]Zdatetime�intzlist[InstanceDetails]zlist[PdbStatusDetails]zdict(str, str)zdict(str, dict(str, object))z"list[DatabaseFeatureConfiguration])�id�compartment_id�name� database_type�database_sub_type�deployment_type�management_option� workload_type� is_cluster�parent_container_id�managed_database_groups�db_system_id�storage_system_id�time_created�database_version�database_status�parent_container_name�parent_container_compartment_id�instance_count�instance_details� pdb_count� pdb_status�additional_details� freeform_tags�defined_tags�system_tags�dbmgmt_feature_configs�database_platform_namer% Z compartmentIdr'