AwrSnapshotCollection

class oci.opsi.models.AwrSnapshotCollection(**kwargs)

Bases: object

The list of AWR snapshots for one database.

Methods

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

Attributes

items [Required] Gets the items of this AwrSnapshotCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.opsi.models.AwrSnapshotSummary]) – The value to assign to the items property of this AwrSnapshotCollection.
items

[Required] Gets the items of this AwrSnapshotCollection. A list of AWR snapshot summary data.

Returns:The items of this AwrSnapshotCollection.
Return type:list[oci.opsi.models.AwrSnapshotSummary]