MaintenanceWindowCollection

class oci.stack_monitoring.models.MaintenanceWindowCollection(**kwargs)

Bases: object

Result of List of maintenance window. Contains MaintenanceWindowSummary items and other data.

Methods

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

Attributes

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

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

Parameters:items (list[oci.stack_monitoring.models.MaintenanceWindowSummary]) – The value to assign to the items property of this MaintenanceWindowCollection.
items

[Required] Gets the items of this MaintenanceWindowCollection. List of maintenance window.

Returns:The items of this MaintenanceWindowCollection.
Return type:list[oci.stack_monitoring.models.MaintenanceWindowSummary]