AutonomousDatabaseSqlWatchFeatureDetails¶
- 
class oci.database_management.models.AutonomousDatabaseSqlWatchFeatureDetails(**kwargs)¶
- Bases: - oci.database_management.models.autonomous_database_feature_details.AutonomousDatabaseFeatureDetails- The details required to enable the SQL Watch feature. - Attributes - FEATURE_DB_LIFECYCLE_MANAGEMENT- str(object=’’) -> str - FEATURE_DIAGNOSTICS_AND_MANAGEMENT- str(object=’’) -> str - FEATURE_SQLWATCH- str(object=’’) -> str - connector_details- Gets the connector_details of this AutonomousDatabaseFeatureDetails. - database_connection_details- [Required] Gets the database_connection_details of this AutonomousDatabaseFeatureDetails. - feature- [Required] Gets the feature of this AutonomousDatabaseFeatureDetails. - Methods - __init__(**kwargs)- Initializes a new AutonomousDatabaseSqlWatchFeatureDetails 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 AutonomousDatabaseSqlWatchFeatureDetails object with values from keyword arguments. The default value of the - featureattribute of this class is- SQLWATCHand 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 AutonomousDatabaseSqlWatchFeatureDetails. Allowed values for this property are: “DIAGNOSTICS_AND_MANAGEMENT”, “DB_LIFECYCLE_MANAGEMENT”, “SQLWATCH”
- database_connection_details (oci.database_management.models.DatabaseConnectionDetails) – The value to assign to the database_connection_details property of this AutonomousDatabaseSqlWatchFeatureDetails.
- connector_details (oci.database_management.models.ConnectorDetails) – The value to assign to the connector_details property of this AutonomousDatabaseSqlWatchFeatureDetails.
 
 - 
connector_details¶
- Gets the connector_details of this AutonomousDatabaseFeatureDetails. - Returns: - The connector_details of this AutonomousDatabaseFeatureDetails. - Return type: - oci.database_management.models.ConnectorDetails 
 - 
database_connection_details¶
- [Required] Gets the database_connection_details of this AutonomousDatabaseFeatureDetails. - Returns: - The database_connection_details of this AutonomousDatabaseFeatureDetails. - Return type: - oci.database_management.models.DatabaseConnectionDetails 
 - 
feature¶
- [Required] Gets the feature of this AutonomousDatabaseFeatureDetails. 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 AutonomousDatabaseFeatureDetails. - 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. 
 
-