ExternalPluggableDatabaseLifecycleManagementFeatureDetails¶
-
class
oci.database_management.models.
ExternalPluggableDatabaseLifecycleManagementFeatureDetails
(**kwargs)¶ Bases:
oci.database_management.models.external_pluggable_database_feature_details.ExternalPluggableDatabaseFeatureDetails
The details required to enable the Database Lifecycle Management feature.
Attributes
FEATURE_DB_LIFECYCLE_MANAGEMENT
str(object=’’) -> str FEATURE_DIAGNOSTICS_AND_MANAGEMENT
str(object=’’) -> str FEATURE_SQLWATCH
str(object=’’) -> str connector_details
[Required] Gets the connector_details of this ExternalPluggableDatabaseFeatureDetails. feature
[Required] Gets the feature of this ExternalPluggableDatabaseFeatureDetails. Methods
__init__
(**kwargs)Initializes a new ExternalPluggableDatabaseLifecycleManagementFeatureDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
FEATURE_DB_LIFECYCLE_MANAGEMENT
= 'DB_LIFECYCLE_MANAGEMENT'¶
-
FEATURE_DIAGNOSTICS_AND_MANAGEMENT
= 'DIAGNOSTICS_AND_MANAGEMENT'¶
-
FEATURE_SQLWATCH
= 'SQLWATCH'¶
-
__init__
(**kwargs)¶ Initializes a new ExternalPluggableDatabaseLifecycleManagementFeatureDetails object with values from keyword arguments. The default value of the
feature
attribute of this class isDB_LIFECYCLE_MANAGEMENT
and it should not be changed. 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 ExternalPluggableDatabaseLifecycleManagementFeatureDetails. Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”, “DB_LIFECYCLE_MANAGEMENT”, “SQLWATCH”
- connector_details (oci.database_management.models.ConnectorDetails) – The value to assign to the connector_details property of this ExternalPluggableDatabaseLifecycleManagementFeatureDetails.
-
connector_details
¶ [Required] Gets the connector_details of this ExternalPluggableDatabaseFeatureDetails.
Returns: The connector_details of this ExternalPluggableDatabaseFeatureDetails. Return type: oci.database_management.models.ConnectorDetails
-
feature
¶ [Required] Gets the feature of this ExternalPluggableDatabaseFeatureDetails. 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 ExternalPluggableDatabaseFeatureDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-