MaintenanceRunCollection

class oci.datacc.models.MaintenanceRunCollection(**kwargs)

Bases: object

A collection of maintenance runs.

Methods

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

Attributes

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

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

Parameters:items (list[oci.datacc.models.MaintenanceRunSummary]) – The value to assign to the items property of this MaintenanceRunCollection.
items

[Required] Gets the items of this MaintenanceRunCollection. A list of maintenance runs.

Returns:The items of this MaintenanceRunCollection.
Return type:list[oci.datacc.models.MaintenanceRunSummary]