Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class CutoverJob.
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.
Generated from protobuf message google.cloud.vmmigration.v1.CutoverJob
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ compute_engine_target_details
Google\Cloud\VMMigration\V1\ComputeEngineTargetDetails
Output only. Details of the target VM in Compute Engine.
↳ create_time
Google\Protobuf\Timestamp
Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
↳ end_time
↳ name
string
Output only. The name of the cutover job.
↳ state
int
Output only. State of the cutover job.
↳ state_time
↳ progress_percent
int
Output only. The current progress in percentage of the cutover job.
↳ error
↳ state_message
string
Output only. A message providing possible extra details about the current state.
getComputeEngineTargetDetails
Output only. Details of the target VM in Compute Engine.
hasComputeEngineTargetDetails
setComputeEngineTargetDetails
Output only. Details of the target VM in Compute Engine.
$this
getCreateTime
Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
$this
getEndTime
Output only. The time the cutover job had finished.
hasEndTime
clearEndTime
setEndTime
Output only. The time the cutover job had finished.
$this
getName
Output only. The name of the cutover job.
string
setName
Output only. The name of the cutover job.
var
string
$this
getState
Output only. State of the cutover job.
int
setState
Output only. State of the cutover job.
var
int
$this
getStateTime
Output only. The time the state was last updated.
hasStateTime
clearStateTime
setStateTime
Output only. The time the state was last updated.
$this
getProgressPercent
Output only. The current progress in percentage of the cutover job.
int
setProgressPercent
Output only. The current progress in percentage of the cutover job.
var
int
$this
getError
Output only. Provides details for the errors that led to the Cutover Job's state.
hasError
clearError
setError
Output only. Provides details for the errors that led to the Cutover Job's state.
$this
getStateMessage
Output only. A message providing possible extra details about the current state.
string
setStateMessage
Output only. A message providing possible extra details about the current state.
var
string
$this
getTargetVmDetails
string