DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails¶
- 
class oci.database_management.models.DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails(**kwargs)¶
- Bases: - object- The details required to disable high frequency Automatic SPM Evolve Advisor task. It takes either credentials or databaseCredential. It’s recommended to provide databaseCredential - Methods - __init__(**kwargs)- Initializes a new DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails object with values from keyword arguments. - Attributes - credentials- Gets the credentials of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - database_credential- Gets the database_credential of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - 
__init__(**kwargs)¶
- Initializes a new DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - credentials (oci.database_management.models.ManagedDatabaseCredential) – The value to assign to the credentials property of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails.
- database_credential (oci.database_management.models.DatabaseCredentialDetails) – The value to assign to the database_credential property of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails.
 
 - 
credentials¶
- Gets the credentials of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - Returns: - The credentials of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - Return type: - oci.database_management.models.ManagedDatabaseCredential 
 - 
database_credential¶
- Gets the database_credential of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - Returns: - The database_credential of this DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskDetails. - Return type: - oci.database_management.models.DatabaseCredentialDetails 
 
-