ModifyDatabaseManagementFeatureDetails¶
-
class
oci.database_management.models.
ModifyDatabaseManagementFeatureDetails
(**kwargs)¶ Bases:
object
The details required to modify a Database Management features for an Oracle cloud database.
Methods
__init__
(**kwargs)Initializes a new ModifyDatabaseManagementFeatureDetails object with values from keyword arguments. Attributes
feature_details
[Required] Gets the feature_details of this ModifyDatabaseManagementFeatureDetails. -
__init__
(**kwargs)¶ Initializes a new ModifyDatabaseManagementFeatureDetails 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 ModifyDatabaseManagementFeatureDetails.
-
feature_details
¶ [Required] Gets the feature_details of this ModifyDatabaseManagementFeatureDetails.
Returns: The feature_details of this ModifyDatabaseManagementFeatureDetails. Return type: oci.database_management.models.DatabaseFeatureDetails
-