Class MaintenanceWindow
The preferred day and time to perform maintenance.
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class MaintenanceWindowProperties
DayOfWeek
Declaration
[JsonProperty(PropertyName = "dayOfWeek")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MaintenanceWindow.DayOfWeekEnum? DayOfWeek { get; set; }Property Value
| Type | Description | 
|---|---|
| MaintenanceWindow.DayOfWeekEnum? | Day of the week when the maintainence window starts. | 
TimeStart
Declaration
[JsonProperty(PropertyName = "timeStart")]
public string TimeStart { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC.
 |