AvailableMaintenanceScheduleStartTimeCollection

class oci.lustre_file_storage.models.AvailableMaintenanceScheduleStartTimeCollection(**kwargs)

Bases: object

List of items containing available start times on every day of the week

Methods

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

Attributes

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

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

Parameters:items (list[oci.lustre_file_storage.models.AvailableMaintenanceScheduleStartTimeSummary]) – The value to assign to the items property of this AvailableMaintenanceScheduleStartTimeCollection.
items

[Required] Gets the items of this AvailableMaintenanceScheduleStartTimeCollection. List of available start times on every day of the week

Returns:The items of this AvailableMaintenanceScheduleStartTimeCollection.
Return type:list[oci.lustre_file_storage.models.AvailableMaintenanceScheduleStartTimeSummary]