CutoverJobResponse

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
constructor(computeEngineTargetDetails: ComputeEngineTargetDetailsResponse, createTime: String, endTime: String, error: StatusResponse, name: String, progressPercent: Int, state: String, stateMessage: String, stateTime: String, steps: List<CutoverStepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of the target VM in Compute Engine.

Link copied to clipboard

The time the cutover job was created (as an API call, not when it was actually created in the target).

Link copied to clipboard

The time the cutover job had finished.

Link copied to clipboard

Provides details for the errors that led to the Cutover Job's state.

Link copied to clipboard

The name of the cutover job.

Link copied to clipboard

The current progress in percentage of the cutover job.

Link copied to clipboard

State of the cutover job.

Link copied to clipboard

A message providing possible extra details about the current state.

Link copied to clipboard

The time the state was last updated.

Link copied to clipboard

The cutover steps list representing its progress.