Server IP : 103.119.228.120 / Your IP : 3.136.25.249 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/mysqlsh/lib/python3.9/site-packages/oci/database_management/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201101 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class ManagedDatabase(object): """ The details of a Managed Database. """ #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "EXTERNAL_SIDB" DATABASE_TYPE_EXTERNAL_SIDB = "EXTERNAL_SIDB" #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "EXTERNAL_RAC" DATABASE_TYPE_EXTERNAL_RAC = "EXTERNAL_RAC" #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "CLOUD_SIDB" DATABASE_TYPE_CLOUD_SIDB = "CLOUD_SIDB" #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "CLOUD_RAC" DATABASE_TYPE_CLOUD_RAC = "CLOUD_RAC" #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "SHARED" DATABASE_TYPE_SHARED = "SHARED" #: A constant which can be used with the database_type property of a ManagedDatabase. #: This constant has a value of "DEDICATED" DATABASE_TYPE_DEDICATED = "DEDICATED" #: A constant which can be used with the database_sub_type property of a ManagedDatabase. #: This constant has a value of "CDB" DATABASE_SUB_TYPE_CDB = "CDB" #: A constant which can be used with the database_sub_type property of a ManagedDatabase. #: This constant has a value of "PDB" DATABASE_SUB_TYPE_PDB = "PDB" #: A constant which can be used with the database_sub_type property of a ManagedDatabase. #: This constant has a value of "NON_CDB" DATABASE_SUB_TYPE_NON_CDB = "NON_CDB" #: A constant which can be used with the database_sub_type property of a ManagedDatabase. #: This constant has a value of "ACD" DATABASE_SUB_TYPE_ACD = "ACD" #: A constant which can be used with the database_sub_type property of a ManagedDatabase. #: This constant has a value of "ADB" DATABASE_SUB_TYPE_ADB = "ADB" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "ONPREMISE" DEPLOYMENT_TYPE_ONPREMISE = "ONPREMISE" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "BM" DEPLOYMENT_TYPE_BM = "BM" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "VM" DEPLOYMENT_TYPE_VM = "VM" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "EXADATA" DEPLOYMENT_TYPE_EXADATA = "EXADATA" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "EXADATA_CC" DEPLOYMENT_TYPE_EXADATA_CC = "EXADATA_CC" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "AUTONOMOUS" DEPLOYMENT_TYPE_AUTONOMOUS = "AUTONOMOUS" #: A constant which can be used with the deployment_type property of a ManagedDatabase. #: This constant has a value of "EXADATA_XS" DEPLOYMENT_TYPE_EXADATA_XS = "EXADATA_XS" #: A constant which can be used with the management_option property of a ManagedDatabase. #: This constant has a value of "BASIC" MANAGEMENT_OPTION_BASIC = "BASIC" #: A constant which can be used with the management_option property of a ManagedDatabase. #: This constant has a value of "ADVANCED" MANAGEMENT_OPTION_ADVANCED = "ADVANCED" #: A constant which can be used with the workload_type property of a ManagedDatabase. #: This constant has a value of "OLTP" WORKLOAD_TYPE_OLTP = "OLTP" #: A constant which can be used with the workload_type property of a ManagedDatabase. #: This constant has a value of "DW" WORKLOAD_TYPE_DW = "DW" #: A constant which can be used with the workload_type property of a ManagedDatabase. #: This constant has a value of "AJD" WORKLOAD_TYPE_AJD = "AJD" #: A constant which can be used with the workload_type property of a ManagedDatabase. #: This constant has a value of "APEX" WORKLOAD_TYPE_APEX = "APEX" #: A constant which can be used with the database_status property of a ManagedDatabase. #: This constant has a value of "UP" DATABASE_STATUS_UP = "UP" #: A constant which can be used with the database_status property of a ManagedDatabase. #: This constant has a value of "DOWN" DATABASE_STATUS_DOWN = "DOWN" #: A constant which can be used with the database_status property of a ManagedDatabase. #: This constant has a value of "UNKNOWN" DATABASE_STATUS_UNKNOWN = "UNKNOWN" def __init__(self, **kwargs): """ 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 """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'name': 'str', 'database_type': 'str', 'database_sub_type': 'str', 'deployment_type': 'str', 'management_option': 'str', 'workload_type': 'str', 'is_cluster': 'bool', 'parent_container_id': 'str', 'managed_database_groups': 'list[ParentGroup]', 'db_system_id': 'str', 'storage_system_id': 'str', 'time_created': 'datetime', 'database_version': 'str', 'database_status': 'str', 'parent_container_name': 'str', 'parent_container_compartment_id': 'str', 'instance_count': 'int', 'instance_details': 'list[InstanceDetails]', 'pdb_count': 'int', 'pdb_status': 'list[PdbStatusDetails]', 'additional_details': 'dict(str, str)', 'freeform_tags': 'dict(str, str)', 'defined_tags': 'dict(str, dict(str, object))', 'system_tags': 'dict(str, dict(str, object))', 'dbmgmt_feature_configs': 'list[DatabaseFeatureConfiguration]', 'database_platform_name': 'str' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'name': 'name', 'database_type': 'databaseType', 'database_sub_type': 'databaseSubType', 'deployment_type': 'deploymentType', 'management_option': 'managementOption', 'workload_type': 'workloadType', 'is_cluster': 'isCluster', 'parent_container_id': 'parentContainerId', 'managed_database_groups': 'managedDatabaseGroups', 'db_system_id': 'dbSystemId', 'storage_system_id': 'storageSystemId', 'time_created': 'timeCreated', 'database_version': 'databaseVersion', 'database_status': 'databaseStatus', 'parent_container_name': 'parentContainerName', 'parent_container_compartment_id': 'parentContainerCompartmentId', 'instance_count': 'instanceCount', 'instance_details': 'instanceDetails', 'pdb_count': 'pdbCount', 'pdb_status': 'pdbStatus', 'additional_details': 'additionalDetails', 'freeform_tags': 'freeformTags', 'defined_tags': 'definedTags', 'system_tags': 'systemTags', 'dbmgmt_feature_configs': 'dbmgmtFeatureConfigs', 'database_platform_name': 'databasePlatformName' } self._id = None self._compartment_id = None self._name = None self._database_type = None self._database_sub_type = None self._deployment_type = None self._management_option = None self._workload_type = None self._is_cluster = None self._parent_container_id = None self._managed_database_groups = None self._db_system_id = None self._storage_system_id = None self._time_created = None self._database_version = None self._database_status = None self._parent_container_name = None self._parent_container_compartment_id = None self._instance_count = None self._instance_details = None self._pdb_count = None self._pdb_status = None self._additional_details = None self._freeform_tags = None self._defined_tags = None self._system_tags = None self._dbmgmt_feature_configs = None self._database_platform_name = None @property def id(self): """ **[Required]** Gets the id of this ManagedDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ManagedDatabase. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this ManagedDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ManagedDatabase. :type: str """ self._id = id @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this ManagedDatabase. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ManagedDatabase. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this ManagedDatabase. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ManagedDatabase. :type: str """ self._compartment_id = compartment_id @property def name(self): """ **[Required]** Gets the name of this ManagedDatabase. The name of the Managed Database. :return: The name of this ManagedDatabase. :rtype: str """ return self._name @name.setter def name(self, name): """ Sets the name of this ManagedDatabase. The name of the Managed Database. :param name: The name of this ManagedDatabase. :type: str """ self._name = name @property def database_type(self): """ **[Required]** Gets the database_type of this ManagedDatabase. The type of Oracle Database installation. 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'. :return: The database_type of this ManagedDatabase. :rtype: str """ return self._database_type @database_type.setter def database_type(self, database_type): """ Sets the database_type of this ManagedDatabase. The type of Oracle Database installation. :param database_type: The database_type of this ManagedDatabase. :type: str """ allowed_values = ["EXTERNAL_SIDB", "EXTERNAL_RAC", "CLOUD_SIDB", "CLOUD_RAC", "SHARED", "DEDICATED"] if not value_allowed_none_or_none_sentinel(database_type, allowed_values): database_type = 'UNKNOWN_ENUM_VALUE' self._database_type = database_type @property def database_sub_type(self): """ **[Required]** Gets the database_sub_type of this ManagedDatabase. The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database. 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'. :return: The database_sub_type of this ManagedDatabase. :rtype: str """ return self._database_sub_type @database_sub_type.setter def database_sub_type(self, database_sub_type): """ Sets the database_sub_type of this ManagedDatabase. The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database. :param database_sub_type: The database_sub_type of this ManagedDatabase. :type: str """ allowed_values = ["CDB", "PDB", "NON_CDB", "ACD", "ADB"] if not value_allowed_none_or_none_sentinel(database_sub_type, allowed_values): database_sub_type = 'UNKNOWN_ENUM_VALUE' self._database_sub_type = database_sub_type @property def deployment_type(self): """ Gets the deployment_type of this ManagedDatabase. The infrastructure used to deploy the Oracle Database. 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'. :return: The deployment_type of this ManagedDatabase. :rtype: str """ return self._deployment_type @deployment_type.setter def deployment_type(self, deployment_type): """ Sets the deployment_type of this ManagedDatabase. The infrastructure used to deploy the Oracle Database. :param deployment_type: The deployment_type of this ManagedDatabase. :type: str """ allowed_values = ["ONPREMISE", "BM", "VM", "EXADATA", "EXADATA_CC", "AUTONOMOUS", "EXADATA_XS"] if not value_allowed_none_or_none_sentinel(deployment_type, allowed_values): deployment_type = 'UNKNOWN_ENUM_VALUE' self._deployment_type = deployment_type @property def management_option(self): """ Gets the management_option of this ManagedDatabase. The management option used when enabling Database Management. 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'. :return: The management_option of this ManagedDatabase. :rtype: str """ return self._management_option @management_option.setter def management_option(self, management_option): """ Sets the management_option of this ManagedDatabase. The management option used when enabling Database Management. :param management_option: The management_option of this ManagedDatabase. :type: str """ allowed_values = ["BASIC", "ADVANCED"] if not value_allowed_none_or_none_sentinel(management_option, allowed_values): management_option = 'UNKNOWN_ENUM_VALUE' self._management_option = management_option @property def workload_type(self): """ Gets the workload_type of this ManagedDatabase. The workload type of the Autonomous Database. 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'. :return: The workload_type of this ManagedDatabase. :rtype: str """ return self._workload_type @workload_type.setter def workload_type(self, workload_type): """ Sets the workload_type of this ManagedDatabase. The workload type of the Autonomous Database. :param workload_type: The workload_type of this ManagedDatabase. :type: str """ allowed_values = ["OLTP", "DW", "AJD", "APEX"] if not value_allowed_none_or_none_sentinel(workload_type, allowed_values): workload_type = 'UNKNOWN_ENUM_VALUE' self._workload_type = workload_type @property def is_cluster(self): """ **[Required]** Gets the is_cluster of this ManagedDatabase. Indicates whether the Oracle Database is part of a cluster. :return: The is_cluster of this ManagedDatabase. :rtype: bool """ return self._is_cluster @is_cluster.setter def is_cluster(self, is_cluster): """ Sets the is_cluster of this ManagedDatabase. Indicates whether the Oracle Database is part of a cluster. :param is_cluster: The is_cluster of this ManagedDatabase. :type: bool """ self._is_cluster = is_cluster @property def parent_container_id(self): """ Gets the parent_container_id of this ManagedDatabase. The `OCID`__ of the parent Container Database if Managed Database is a Pluggable Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The parent_container_id of this ManagedDatabase. :rtype: str """ return self._parent_container_id @parent_container_id.setter def parent_container_id(self, parent_container_id): """ Sets the parent_container_id of this ManagedDatabase. The `OCID`__ of the parent Container Database if Managed Database is a Pluggable Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param parent_container_id: The parent_container_id of this ManagedDatabase. :type: str """ self._parent_container_id = parent_container_id @property def managed_database_groups(self): """ Gets the managed_database_groups of this ManagedDatabase. A list of Managed Database Groups that the Managed Database belongs to. :return: The managed_database_groups of this ManagedDatabase. :rtype: list[oci.database_management.models.ParentGroup] """ return self._managed_database_groups @managed_database_groups.setter def managed_database_groups(self, managed_database_groups): """ Sets the managed_database_groups of this ManagedDatabase. A list of Managed Database Groups that the Managed Database belongs to. :param managed_database_groups: The managed_database_groups of this ManagedDatabase. :type: list[oci.database_management.models.ParentGroup] """ self._managed_database_groups = managed_database_groups @property def db_system_id(self): """ Gets the db_system_id of this ManagedDatabase. The `OCID`__ of the external DB system that this Managed Database is part of. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The db_system_id of this ManagedDatabase. :rtype: str """ return self._db_system_id @db_system_id.setter def db_system_id(self, db_system_id): """ Sets the db_system_id of this ManagedDatabase. The `OCID`__ of the external DB system that this Managed Database is part of. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param db_system_id: The db_system_id of this ManagedDatabase. :type: str """ self._db_system_id = db_system_id @property def storage_system_id(self): """ Gets the storage_system_id of this ManagedDatabase. The `OCID`__ of the storage DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The storage_system_id of this ManagedDatabase. :rtype: str """ return self._storage_system_id @storage_system_id.setter def storage_system_id(self, storage_system_id): """ Sets the storage_system_id of this ManagedDatabase. The `OCID`__ of the storage DB system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param storage_system_id: The storage_system_id of this ManagedDatabase. :type: str """ self._storage_system_id = storage_system_id @property def time_created(self): """ **[Required]** Gets the time_created of this ManagedDatabase. The date and time the Managed Database was created. :return: The time_created of this ManagedDatabase. :rtype: datetime """ return self._time_created @time_created.setter def time_created(self, time_created): """ Sets the time_created of this ManagedDatabase. The date and time the Managed Database was created. :param time_created: The time_created of this ManagedDatabase. :type: datetime """ self._time_created = time_created @property def database_version(self): """ Gets the database_version of this ManagedDatabase. The Oracle Database version. :return: The database_version of this ManagedDatabase. :rtype: str """ return self._database_version @database_version.setter def database_version(self, database_version): """ Sets the database_version of this ManagedDatabase. The Oracle Database version. :param database_version: The database_version of this ManagedDatabase. :type: str """ self._database_version = database_version @property def database_status(self): """ Gets the database_status of this ManagedDatabase. The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time. 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'. :return: The database_status of this ManagedDatabase. :rtype: str """ return self._database_status @database_status.setter def database_status(self, database_status): """ Sets the database_status of this ManagedDatabase. The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time. :param database_status: The database_status of this ManagedDatabase. :type: str """ allowed_values = ["UP", "DOWN", "UNKNOWN"] if not value_allowed_none_or_none_sentinel(database_status, allowed_values): database_status = 'UNKNOWN_ENUM_VALUE' self._database_status = database_status @property def parent_container_name(self): """ Gets the parent_container_name of this ManagedDatabase. The name of the parent Container Database. :return: The parent_container_name of this ManagedDatabase. :rtype: str """ return self._parent_container_name @parent_container_name.setter def parent_container_name(self, parent_container_name): """ Sets the parent_container_name of this ManagedDatabase. The name of the parent Container Database. :param parent_container_name: The parent_container_name of this ManagedDatabase. :type: str """ self._parent_container_name = parent_container_name @property def parent_container_compartment_id(self): """ Gets the parent_container_compartment_id of this ManagedDatabase. The `OCID`__ of the compartment in which the parent Container Database resides, if the Managed Database is a Pluggable Database (PDB). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The parent_container_compartment_id of this ManagedDatabase. :rtype: str """ return self._parent_container_compartment_id @parent_container_compartment_id.setter def parent_container_compartment_id(self, parent_container_compartment_id): """ Sets the parent_container_compartment_id of this ManagedDatabase. The `OCID`__ of the compartment in which the parent Container Database resides, if the Managed Database is a Pluggable Database (PDB). __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param parent_container_compartment_id: The parent_container_compartment_id of this ManagedDatabase. :type: str """ self._parent_container_compartment_id = parent_container_compartment_id @property def instance_count(self): """ Gets the instance_count of this ManagedDatabase. The number of Oracle Real Application Clusters (Oracle RAC) database instances. :return: The instance_count of this ManagedDatabase. :rtype: int """ return self._instance_count @instance_count.setter def instance_count(self, instance_count): """ Sets the instance_count of this ManagedDatabase. The number of Oracle Real Application Clusters (Oracle RAC) database instances. :param instance_count: The instance_count of this ManagedDatabase. :type: int """ self._instance_count = instance_count @property def instance_details(self): """ Gets the instance_details of this ManagedDatabase. The details of the Oracle Real Application Clusters (Oracle RAC) database instances. :return: The instance_details of this ManagedDatabase. :rtype: list[oci.database_management.models.InstanceDetails] """ return self._instance_details @instance_details.setter def instance_details(self, instance_details): """ Sets the instance_details of this ManagedDatabase. The details of the Oracle Real Application Clusters (Oracle RAC) database instances. :param instance_details: The instance_details of this ManagedDatabase. :type: list[oci.database_management.models.InstanceDetails] """ self._instance_details = instance_details @property def pdb_count(self): """ Gets the pdb_count of this ManagedDatabase. The number of PDBs in the Container Database. :return: The pdb_count of this ManagedDatabase. :rtype: int """ return self._pdb_count @pdb_count.setter def pdb_count(self, pdb_count): """ Sets the pdb_count of this ManagedDatabase. The number of PDBs in the Container Database. :param pdb_count: The pdb_count of this ManagedDatabase. :type: int """ self._pdb_count = pdb_count @property def pdb_status(self): """ Gets the pdb_status of this ManagedDatabase. The status of the PDB in the Container Database. :return: The pdb_status of this ManagedDatabase. :rtype: list[oci.database_management.models.PdbStatusDetails] """ return self._pdb_status @pdb_status.setter def pdb_status(self, pdb_status): """ Sets the pdb_status of this ManagedDatabase. The status of the PDB in the Container Database. :param pdb_status: The pdb_status of this ManagedDatabase. :type: list[oci.database_management.models.PdbStatusDetails] """ self._pdb_status = pdb_status @property def additional_details(self): """ Gets the additional_details of this ManagedDatabase. The additional details specific to a type of database defined in `{\"key\": \"value\"}` format. Example: `{\"bar-key\": \"value\"}` :return: The additional_details of this ManagedDatabase. :rtype: dict(str, str) """ return self._additional_details @additional_details.setter def additional_details(self, additional_details): """ Sets the additional_details of this ManagedDatabase. The additional details specific to a type of database defined in `{\"key\": \"value\"}` format. Example: `{\"bar-key\": \"value\"}` :param additional_details: The additional_details of this ManagedDatabase. :type: dict(str, str) """ self._additional_details = additional_details @property def freeform_tags(self): """ Gets the freeform_tags of this ManagedDatabase. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this ManagedDatabase. :rtype: dict(str, str) """ return self._freeform_tags @freeform_tags.setter def freeform_tags(self, freeform_tags): """ Sets the freeform_tags of this ManagedDatabase. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this ManagedDatabase. :type: dict(str, str) """ self._freeform_tags = freeform_tags @property def defined_tags(self): """ Gets the defined_tags of this ManagedDatabase. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this ManagedDatabase. :rtype: dict(str, dict(str, object)) """ return self._defined_tags @defined_tags.setter def defined_tags(self, defined_tags): """ Sets the defined_tags of this ManagedDatabase. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this ManagedDatabase. :type: dict(str, dict(str, object)) """ self._defined_tags = defined_tags @property def system_tags(self): """ Gets the system_tags of this ManagedDatabase. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The system_tags of this ManagedDatabase. :rtype: dict(str, dict(str, object)) """ return self._system_tags @system_tags.setter def system_tags(self, system_tags): """ Sets the system_tags of this ManagedDatabase. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param system_tags: The system_tags of this ManagedDatabase. :type: dict(str, dict(str, object)) """ self._system_tags = system_tags @property def dbmgmt_feature_configs(self): """ Gets the dbmgmt_feature_configs of this ManagedDatabase. The list of feature configurations :return: The dbmgmt_feature_configs of this ManagedDatabase. :rtype: list[oci.database_management.models.DatabaseFeatureConfiguration] """ return self._dbmgmt_feature_configs @dbmgmt_feature_configs.setter def dbmgmt_feature_configs(self, dbmgmt_feature_configs): """ Sets the dbmgmt_feature_configs of this ManagedDatabase. The list of feature configurations :param dbmgmt_feature_configs: The dbmgmt_feature_configs of this ManagedDatabase. :type: list[oci.database_management.models.DatabaseFeatureConfiguration] """ self._dbmgmt_feature_configs = dbmgmt_feature_configs @property def database_platform_name(self): """ Gets the database_platform_name of this ManagedDatabase. The operating system of database. :return: The database_platform_name of this ManagedDatabase. :rtype: str """ return self._database_platform_name @database_platform_name.setter def database_platform_name(self, database_platform_name): """ Sets the database_platform_name of this ManagedDatabase. The operating system of database. :param database_platform_name: The database_platform_name of this ManagedDatabase. :type: str """ self._database_platform_name = database_platform_name def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other