SqlPlanBaselineJobCollection¶
-
class
oci.database_management.models.
SqlPlanBaselineJobCollection
(**kwargs)¶ Bases:
object
A collection of database jobs used for loading and evolving SQL plan baselines.
Methods
__init__
(**kwargs)Initializes a new SqlPlanBaselineJobCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlPlanBaselineJobCollection. -
__init__
(**kwargs)¶ Initializes a new SqlPlanBaselineJobCollection 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.SqlPlanBaselineJobSummary]) – The value to assign to the items property of this SqlPlanBaselineJobCollection.
-
items
¶ [Required] Gets the items of this SqlPlanBaselineJobCollection. A list of SQL plan baseline jobs.
Returns: The items of this SqlPlanBaselineJobCollection. Return type: list[oci.database_management.models.SqlPlanBaselineJobSummary]
-