Cutover Job Response
data class CutoverJobResponse(val computeEngineTargetDetails: ComputeEngineTargetDetailsResponse, val createTime: String, val endTime: String, val error: StatusResponse, val name: String, val progressPercent: Int, val state: String, val stateMessage: String, val stateTime: String, val steps: List<CutoverStepResponse>)
CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
Constructors
Link copied to clipboard
fun CutoverJobResponse(computeEngineTargetDetails: ComputeEngineTargetDetailsResponse, createTime: String, endTime: String, error: StatusResponse, name: String, progressPercent: Int, state: String, stateMessage: String, stateTime: String, steps: List<CutoverStepResponse>)