MaintenanceRedeployStatusResponse

data class MaintenanceRedeployStatusResponse(val isCustomerInitiatedMaintenanceAllowed: Boolean? = null, val lastOperationMessage: String? = null, val lastOperationResultCode: String? = null, val maintenanceWindowEndTime: String? = null, val maintenanceWindowStartTime: String? = null, val preMaintenanceWindowEndTime: String? = null, val preMaintenanceWindowStartTime: String? = null)

Maintenance Operation Status.

Constructors

Link copied to clipboard
constructor(isCustomerInitiatedMaintenanceAllowed: Boolean? = null, lastOperationMessage: String? = null, lastOperationResultCode: String? = null, maintenanceWindowEndTime: String? = null, maintenanceWindowStartTime: String? = null, preMaintenanceWindowEndTime: String? = null, preMaintenanceWindowStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True, if customer is allowed to perform Maintenance.

Link copied to clipboard

Message returned for the last Maintenance Operation.

Link copied to clipboard

The Last Maintenance Operation Result Code.

Link copied to clipboard

End Time for the Maintenance Window.

Link copied to clipboard

Start Time for the Maintenance Window.

Link copied to clipboard

End Time for the Pre Maintenance Window.

Link copied to clipboard

Start Time for the Pre Maintenance Window.