Google Cloud Vm Migration V1 Client - Class CloneStep (0.3.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class CloneStep.

CloneStep holds information about the clone step progress.

Generated from protobuf message google.cloud.vmmigration.v1.CloneStep

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ adapting_os Google\Cloud\VMMigration\V1\AdaptingOSStep

Adapting OS step.

↳ preparing_vm_disks Google\Cloud\VMMigration\V1\PreparingVMDisksStep

Preparing VM disks step.

↳ instantiating_migrated_vm Google\Cloud\VMMigration\V1\InstantiatingMigratedVMStep

Instantiating migrated VM step.

↳ start_time Google\Protobuf\Timestamp

The time the step has started.

↳ end_time Google\Protobuf\Timestamp

The time the step has ended.

getAdaptingOs

Adapting OS step.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\AdaptingOSStep|null

hasAdaptingOs

setAdaptingOs

Adapting OS step.

Parameter
NameDescription
var Google\Cloud\VMMigration\V1\AdaptingOSStep
Returns
TypeDescription
$this

getPreparingVmDisks

Preparing VM disks step.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\PreparingVMDisksStep|null

hasPreparingVmDisks

setPreparingVmDisks

Preparing VM disks step.

Parameter
NameDescription
var Google\Cloud\VMMigration\V1\PreparingVMDisksStep
Returns
TypeDescription
$this

getInstantiatingMigratedVm

Instantiating migrated VM step.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\InstantiatingMigratedVMStep|null

hasInstantiatingMigratedVm

setInstantiatingMigratedVm

Instantiating migrated VM step.

Parameter
NameDescription
var Google\Cloud\VMMigration\V1\InstantiatingMigratedVMStep
Returns
TypeDescription
$this

getStartTime

The time the step has started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time the step has started.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The time the step has ended.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time the step has ended.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getStep

Returns
TypeDescription
string