Class AvailableOverrideMaintenanceStartTimeSummary
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.
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class AvailableOverrideMaintenanceStartTimeSummary
Properties
StartTimes
Declaration
[Required(ErrorMessage = "StartTimes is required.")]
[JsonProperty(PropertyName = "startTimes")]
public List<string> StartTimes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of available start times. Each array item is of the format |
Remarks
Required
TimeDateAvailable
Declaration
[Required(ErrorMessage = "TimeDateAvailable is required.")]
[JsonProperty(PropertyName = "timeDateAvailable")]
public DateTime? TimeDateAvailable { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The date corresponding to the list of start times available.
|
Remarks
Required