EnableCloudDbSystemDatabaseManagementDetails¶
- 
class oci.database_management.models.EnableCloudDbSystemDatabaseManagementDetails(**kwargs)¶
- Bases: - object- The details required to enable Database Management for a cloud DB system. - Methods - __init__(**kwargs)- Initializes a new EnableCloudDbSystemDatabaseManagementDetails object with values from keyword arguments. - Attributes - is_enabled- [Required] Gets the is_enabled of this EnableCloudDbSystemDatabaseManagementDetails. - metadata- Gets the metadata of this EnableCloudDbSystemDatabaseManagementDetails. - 
__init__(**kwargs)¶
- Initializes a new EnableCloudDbSystemDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_enabled (bool) – The value to assign to the is_enabled property of this EnableCloudDbSystemDatabaseManagementDetails.
- metadata (str) – The value to assign to the metadata property of this EnableCloudDbSystemDatabaseManagementDetails.
 
 - 
is_enabled¶
- [Required] Gets the is_enabled of this EnableCloudDbSystemDatabaseManagementDetails. The status of the associated service. - Returns: - The is_enabled of this EnableCloudDbSystemDatabaseManagementDetails. - Return type: - bool 
 - 
metadata¶
- Gets the metadata of this EnableCloudDbSystemDatabaseManagementDetails. The associated service-specific inputs in JSON string format, which Database Management can identify. - Returns: - The metadata of this EnableCloudDbSystemDatabaseManagementDetails. - Return type: - str 
 
-