ConfigureAutomaticSpmEvolveAdvisorTaskDetails

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

Bases: object

The configuration details of the Automatic SPM Evolve Advisor task. It takes either credentials or databaseCredential. It’s recommended to provide databaseCredential

Methods

__init__(**kwargs) Initializes a new ConfigureAutomaticSpmEvolveAdvisorTaskDetails object with values from keyword arguments.

Attributes

credentials Gets the credentials of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
database_credential Gets the database_credential of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
task_parameters [Required] Gets the task_parameters of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
__init__(**kwargs)

Initializes a new ConfigureAutomaticSpmEvolveAdvisorTaskDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
credentials

Gets the credentials of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.

Returns:The credentials of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
Return type:oci.database_management.models.ManagedDatabaseCredential
database_credential

Gets the database_credential of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.

Returns:The database_credential of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
Return type:oci.database_management.models.DatabaseCredentialDetails
task_parameters

[Required] Gets the task_parameters of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.

Returns:The task_parameters of this ConfigureAutomaticSpmEvolveAdvisorTaskDetails.
Return type:oci.database_management.models.SpmEvolveTaskParameters