Class MaintenanceWindowMetadataDetails
The meta-data for maintenance window.
Inheritance
MaintenanceWindowMetadataDetails
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class MaintenanceWindowMetadataDetails
Properties
ActiveOrNextPlannedMaintenance
Declaration
[JsonProperty(PropertyName = "activeOrNextPlannedMaintenance")]
public DateAndTime ActiveOrNextPlannedMaintenance { get; set; }
Property Value
FinishedMaintenance
Declaration
[JsonProperty(PropertyName = "finishedMaintenance")]
public DateAndTime FinishedMaintenance { get; set; }
Property Value
IsMaintenanceInProgress
Declaration
[JsonProperty(PropertyName = "isMaintenanceInProgress")]
public bool? IsMaintenanceInProgress { get; set; }
Property Value
| Type |
Description |
| bool? |
whether or not an active maintenance is going on for the LustreFileSystem
|