SqlTuningAdvisorTaskCollection¶
-
class
oci.database_management.models.
SqlTuningAdvisorTaskCollection
(**kwargs)¶ Bases:
object
The SQL Tuning Advisor task list.
Methods
__init__
(**kwargs)Initializes a new SqlTuningAdvisorTaskCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlTuningAdvisorTaskCollection. -
__init__
(**kwargs)¶ Initializes a new SqlTuningAdvisorTaskCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_management.models.SqlTuningAdvisorTaskSummary]) – The value to assign to the items property of this SqlTuningAdvisorTaskCollection.
-
items
¶ [Required] Gets the items of this SqlTuningAdvisorTaskCollection. A list of SQL Tuning Advisor tasks.
Returns: The items of this SqlTuningAdvisorTaskCollection. Return type: list[oci.database_management.models.SqlTuningAdvisorTaskSummary]
-