Get Clone Job Result
data class GetCloneJobResult(val computeEngineTargetDetails: ComputeEngineTargetDetailsResponse, val computeEngineVmDetails: TargetVMDetailsResponse, val createTime: String, val endTime: String, val error: StatusResponse, val name: String, val state: String, val stateTime: String, val steps: List<CloneStepResponse>, val targetDetails: TargetVMDetailsResponse)
Constructors
Link copied to clipboard
constructor(computeEngineTargetDetails: ComputeEngineTargetDetailsResponse, computeEngineVmDetails: TargetVMDetailsResponse, createTime: String, endTime: String, error: StatusResponse, name: String, state: String, stateTime: String, steps: List<CloneStepResponse>, targetDetails: TargetVMDetailsResponse)
Properties
Link copied to clipboard
Details of the target VM in Compute Engine.
Link copied to clipboard
Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.
Link copied to clipboard
The time the clone job was created (as an API call, not when it was actually created in the target).
Link copied to clipboard
Provides details for the errors that led to the Clone Job's state.
Link copied to clipboard
The clone steps list representing its progress.
Link copied to clipboard
Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.