AvailableOverrideMaintenanceStartTimeSummary

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

Bases: object

Information about the list of available start times on a particular date. User can choose their preferred date and start time for creating request/input for Override operation.

Methods

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

Attributes

start_times [Required] Gets the start_times of this AvailableOverrideMaintenanceStartTimeSummary.
time_date_available [Required] Gets the time_date_available of this AvailableOverrideMaintenanceStartTimeSummary.
__init__(**kwargs)

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

Parameters:
  • time_date_available (datetime) – The value to assign to the time_date_available property of this AvailableOverrideMaintenanceStartTimeSummary.
  • start_times (list[str]) – The value to assign to the start_times property of this AvailableOverrideMaintenanceStartTimeSummary.
start_times

[Required] Gets the start_times of this AvailableOverrideMaintenanceStartTimeSummary. List of available start times. Each array item is of the format HH:mm

Returns:The start_times of this AvailableOverrideMaintenanceStartTimeSummary.
Return type:list[str]
time_date_available

[Required] Gets the time_date_available of this AvailableOverrideMaintenanceStartTimeSummary. The date corresponding to the list of start times available.

Example: 2024-04-25T00:00:00.000Z

Returns:The time_date_available of this AvailableOverrideMaintenanceStartTimeSummary.
Return type:datetime