MaintenanceExecutionCollection¶
-
class
oci.datacc.models.MaintenanceExecutionCollection(**kwargs)¶ Bases:
objectA collection of maintenance run execution history.
Methods
__init__(**kwargs)Initializes a new MaintenanceExecutionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this MaintenanceExecutionCollection. -
__init__(**kwargs)¶ Initializes a new MaintenanceExecutionCollection 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.MaintenanceExecutionSummary]) – The value to assign to the items property of this MaintenanceExecutionCollection.
-
items¶ [Required] Gets the items of this MaintenanceExecutionCollection. A list of maintenance run execution history.
Returns: The items of this MaintenanceExecutionCollection. Return type: list[oci.datacc.models.MaintenanceExecutionSummary]
-