DisableExternalPluggableDatabaseManagementFeatureDetails

class oci.database_management.models.DisableExternalPluggableDatabaseManagementFeatureDetails(**kwargs)

Bases: object

The details required to disable a Database Management feature for an external pluggable database.

Attributes

FEATURE_DIAGNOSTICS_AND_MANAGEMENT A constant which can be used with the feature property of a DisableExternalPluggableDatabaseManagementFeatureDetails.
feature [Required] Gets the feature of this DisableExternalPluggableDatabaseManagementFeatureDetails.

Methods

__init__(**kwargs) Initializes a new DisableExternalPluggableDatabaseManagementFeatureDetails object with values from keyword arguments.
FEATURE_DIAGNOSTICS_AND_MANAGEMENT = 'DIAGNOSTICS_AND_MANAGEMENT'

A constant which can be used with the feature property of a DisableExternalPluggableDatabaseManagementFeatureDetails. This constant has a value of “DIAGNOSTICS_AND_MANAGEMENT”

__init__(**kwargs)

Initializes a new DisableExternalPluggableDatabaseManagementFeatureDetails 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 DisableExternalPluggableDatabaseManagementFeatureDetails. Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”
feature

[Required] Gets the feature of this DisableExternalPluggableDatabaseManagementFeatureDetails. The name of the Database Management feature.

Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”

Returns:The feature of this DisableExternalPluggableDatabaseManagementFeatureDetails.
Return type:str