ImplementOptimizerStatisticsAdvisorRecommendationsDetails

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

Bases: object

The request details object to implement the Optimizer Statistics Advisor task recommendations.

Methods

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

Attributes

job_details [Required] Gets the job_details of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails.
task_name [Required] Gets the task_name of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails.
__init__(**kwargs)

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

Parameters:
job_details

[Required] Gets the job_details of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails.

Returns:The job_details of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails.
Return type:oci.database_management.models.ImplementOptimizerStatisticsAdvisorRecommendationsJob
task_name

[Required] Gets the task_name of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails. The name of the task.

Returns:The task_name of this ImplementOptimizerStatisticsAdvisorRecommendationsDetails.
Return type:str