Show / Hide Table of Contents

Class MaintenanceWindowMetadataDetails

The meta-data for maintenance window.

Inheritance
object
MaintenanceWindowMetadataDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class MaintenanceWindowMetadataDetails

Properties

ActiveOrNextPlannedMaintenance

Declaration
[JsonProperty(PropertyName = "activeOrNextPlannedMaintenance")]
public DateAndTime ActiveOrNextPlannedMaintenance { get; set; }
Property Value
Type Description
DateAndTime

FinishedMaintenance

Declaration
[JsonProperty(PropertyName = "finishedMaintenance")]
public DateAndTime FinishedMaintenance { get; set; }
Property Value
Type Description
DateAndTime

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

In this article
Back to top