GetManagedMaintenanceWindowStatusResult

data class GetManagedMaintenanceWindowStatusResult(val canApplyUpdates: Boolean, val isRegionReady: Boolean, val isWindowActive: Boolean, val isWindowEnabled: Boolean, val lastWindowEndTimeUTC: String, val lastWindowStartTimeUTC: String, val lastWindowStatusUpdateAtUTC: String)

Describes the maintenance window status of the Service Fabric Managed Cluster.

Constructors

Link copied to clipboard
constructor(canApplyUpdates: Boolean, isRegionReady: Boolean, isWindowActive: Boolean, isWindowEnabled: Boolean, lastWindowEndTimeUTC: String, lastWindowStartTimeUTC: String, lastWindowStatusUpdateAtUTC: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If updates can be applied.

Link copied to clipboard

Indicates if the region is ready to configure maintenance windows.

Link copied to clipboard

If maintenance window is active.

Link copied to clipboard

If maintenance window is enabled on this cluster.

Link copied to clipboard

Last window end time in UTC.

Link copied to clipboard

Last window start time in UTC.

Link copied to clipboard

Last window update time in UTC.