MaintenanceRedeployStatus interface
Maintenance Operation Status.
Properties
is |
True, if customer is allowed to perform Maintenance. |
last |
Message returned for the last Maintenance Operation. |
last |
The Last Maintenance Operation Result Code. |
maintenance |
End Time for the Maintenance Window. |
maintenance |
Start Time for the Maintenance Window. |
pre |
End Time for the Pre Maintenance Window. |
pre |
Start Time for the Pre Maintenance Window. |
Property Details
isCustomerInitiatedMaintenanceAllowed
True, if customer is allowed to perform Maintenance.
isCustomerInitiatedMaintenanceAllowed?: boolean
Property Value
boolean
lastOperationMessage
Message returned for the last Maintenance Operation.
lastOperationMessage?: string
Property Value
string
lastOperationResultCode
The Last Maintenance Operation Result Code.
lastOperationResultCode?: MaintenanceOperationResultCodeTypes
Property Value
maintenanceWindowEndTime
End Time for the Maintenance Window.
maintenanceWindowEndTime?: Date
Property Value
Date
maintenanceWindowStartTime
Start Time for the Maintenance Window.
maintenanceWindowStartTime?: Date
Property Value
Date
preMaintenanceWindowEndTime
End Time for the Pre Maintenance Window.
preMaintenanceWindowEndTime?: Date
Property Value
Date
preMaintenanceWindowStartTime
Start Time for the Pre Maintenance Window.
preMaintenanceWindowStartTime?: Date
Property Value
Date