MaintenanceRedeployStatus interface

Maintenance Operation Status.

Properties

isCustomerInitiatedMaintenanceAllowed

True, if customer is allowed to perform Maintenance.

lastOperationMessage

Message returned for the last Maintenance Operation.

lastOperationResultCode

The Last Maintenance Operation Result Code.

maintenanceWindowEndTime

End Time for the Maintenance Window.

maintenanceWindowStartTime

Start Time for the Maintenance Window.

preMaintenanceWindowEndTime

End Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime

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