DisableExternalNonContainerDatabaseManagementFeatureDetails¶
- 
class oci.database_management.models.DisableExternalNonContainerDatabaseManagementFeatureDetails(**kwargs)¶
- Bases: - object- The details required to disable a Database Management feature for an external non-container database. - Attributes - FEATURE_DB_LIFECYCLE_MANAGEMENT- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. - FEATURE_DIAGNOSTICS_AND_MANAGEMENT- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. - FEATURE_SQLWATCH- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. - feature- [Required] Gets the feature of this DisableExternalNonContainerDatabaseManagementFeatureDetails. - Methods - __init__(**kwargs)- Initializes a new DisableExternalNonContainerDatabaseManagementFeatureDetails object with values from keyword arguments. - 
FEATURE_DB_LIFECYCLE_MANAGEMENT= 'DB_LIFECYCLE_MANAGEMENT'¶
- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. This constant has a value of “DB_LIFECYCLE_MANAGEMENT” 
 - 
FEATURE_DIAGNOSTICS_AND_MANAGEMENT= 'DIAGNOSTICS_AND_MANAGEMENT'¶
- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. This constant has a value of “DIAGNOSTICS_AND_MANAGEMENT” 
 - 
FEATURE_SQLWATCH= 'SQLWATCH'¶
- A constant which can be used with the feature property of a DisableExternalNonContainerDatabaseManagementFeatureDetails. This constant has a value of “SQLWATCH” 
 - 
__init__(**kwargs)¶
- Initializes a new DisableExternalNonContainerDatabaseManagementFeatureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - feature (str) – The value to assign to the feature property of this DisableExternalNonContainerDatabaseManagementFeatureDetails. Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”, “DB_LIFECYCLE_MANAGEMENT”, “SQLWATCH” 
 - 
feature¶
- [Required] Gets the feature of this DisableExternalNonContainerDatabaseManagementFeatureDetails. The name of the Database Management feature. - Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”, “DB_LIFECYCLE_MANAGEMENT”, “SQLWATCH” - Returns: - The feature of this DisableExternalNonContainerDatabaseManagementFeatureDetails. - Return type: - str 
 
-