MaintenanceRedeployStatus Class
Maintenance Operation Status.
Constructor
MaintenanceRedeployStatus(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
is_customer_initiated_maintenance_allowed
|
True, if customer is allowed to perform Maintenance. |
|
pre_maintenance_window_start_time
|
Start Time for the Pre Maintenance Window. |
|
pre_maintenance_window_end_time
|
End Time for the Pre Maintenance Window. |
|
maintenance_window_start_time
|
Start Time for the Maintenance Window. |
|
maintenance_window_end_time
|
End Time for the Maintenance Window. |
|
last_operation_result_code
|
The Last Maintenance Operation Result Code. Known values are: "None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted". |
|
last_operation_message
|
Message returned for the last Maintenance Operation. |
Attributes
is_customer_initiated_maintenance_allowed
True, if customer is allowed to perform Maintenance.
is_customer_initiated_maintenance_allowed: bool | None
last_operation_message
Message returned for the last Maintenance Operation.
last_operation_message: str | None
last_operation_result_code
"None", "RetryLater", "MaintenanceAborted", and "MaintenanceCompleted".
last_operation_result_code: str | _models.MaintenanceOperationResultCodeTypes | None
maintenance_window_end_time
End Time for the Maintenance Window.
maintenance_window_end_time: datetime | None
maintenance_window_start_time
Start Time for the Maintenance Window.
maintenance_window_start_time: datetime | None
pre_maintenance_window_end_time
End Time for the Pre Maintenance Window.
pre_maintenance_window_end_time: datetime | None
pre_maintenance_window_start_time
Start Time for the Pre Maintenance Window.
pre_maintenance_window_start_time: datetime | None