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