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?: "None" | "RetryLater" | "MaintenanceAborted" | "MaintenanceCompleted"
Property Value
"None" | "RetryLater" | "MaintenanceAborted" | "MaintenanceCompleted"
maintenanceWindowEndTime
End Time for the Maintenance Window.
maintenanceWindowEndTime?: string | Date
Property Value
string | Date
maintenanceWindowStartTime
Start Time for the Maintenance Window.
maintenanceWindowStartTime?: string | Date
Property Value
string | Date
preMaintenanceWindowEndTime
End Time for the Pre Maintenance Window.
preMaintenanceWindowEndTime?: string | Date
Property Value
string | Date
preMaintenanceWindowStartTime
Start Time for the Pre Maintenance Window.
preMaintenanceWindowStartTime?: string | Date
Property Value
string | Date