MaintenanceRedeployStatus Class

Maintenance Operation Status.

Constructor

MaintenanceRedeployStatus()

Variables

Name Description
isCustomerInitiatedMaintenanceAllowed

True, if customer is allowed to perform Maintenance.

preMaintenanceWindowStartTime
str

Start Time for the Pre Maintenance Window.

preMaintenanceWindowEndTime
str

End Time for the Pre Maintenance Window.

maintenanceWindowStartTime
str

Start Time for the Maintenance Window.

maintenanceWindowEndTime
str

End Time for the Maintenance Window.

lastOperationResultCode
Union[str, <xref:"MaintenanceOperationResultCodeTypes">]

The Last Maintenance Operation Result Code. Known values are: "None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted".

lastOperationMessage
str

Message returned for the last Maintenance Operation.

Attributes

isCustomerInitiatedMaintenanceAllowed

True, if customer is allowed to perform Maintenance.

isCustomerInitiatedMaintenanceAllowed: bool

lastOperationMessage

Message returned for the last Maintenance Operation.

lastOperationMessage: str

lastOperationResultCode

"None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted".

lastOperationResultCode: str | MaintenanceOperationResultCodeTypes

maintenanceWindowEndTime

End Time for the Maintenance Window.

maintenanceWindowEndTime: str

maintenanceWindowStartTime

Start Time for the Maintenance Window.

maintenanceWindowStartTime: str

preMaintenanceWindowEndTime

End Time for the Pre Maintenance Window.

preMaintenanceWindowEndTime: str

preMaintenanceWindowStartTime

Start Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime: str