EnableDatabaseManagementFeatureDetails¶
-
class
oci.database_management.models.
EnableDatabaseManagementFeatureDetails
(**kwargs)¶ Bases:
object
The details required to enable Database Management features for an Oracle cloud database.
Methods
__init__
(**kwargs)Initializes a new EnableDatabaseManagementFeatureDetails object with values from keyword arguments. Attributes
feature_details
[Required] Gets the feature_details of this EnableDatabaseManagementFeatureDetails. -
__init__
(**kwargs)¶ Initializes a new EnableDatabaseManagementFeatureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: feature_details (oci.database_management.models.DatabaseFeatureDetails) – The value to assign to the feature_details property of this EnableDatabaseManagementFeatureDetails.
-
feature_details
¶ [Required] Gets the feature_details of this EnableDatabaseManagementFeatureDetails.
Returns: The feature_details of this EnableDatabaseManagementFeatureDetails. Return type: oci.database_management.models.DatabaseFeatureDetails
-