SqlTuningSetCollection¶
-
class
oci.database_management.models.
SqlTuningSetCollection
(**kwargs)¶ Bases:
object
The details in the SQL tuning set summary.
Methods
__init__
(**kwargs)Initializes a new SqlTuningSetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlTuningSetCollection. managed_database_id
[Required] Gets the managed_database_id of this SqlTuningSetCollection. -
__init__
(**kwargs)¶ Initializes a new SqlTuningSetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - managed_database_id (str) – The value to assign to the managed_database_id property of this SqlTuningSetCollection.
- items (list[oci.database_management.models.SqlTuningSetSummary]) – The value to assign to the items property of this SqlTuningSetCollection.
-
items
¶ [Required] Gets the items of this SqlTuningSetCollection. The details in the SQL tuning set summary.
Returns: The items of this SqlTuningSetCollection. Return type: list[oci.database_management.models.SqlTuningSetSummary]
-