Google Cloud Vm Migration V1 Client - Class CycleStep (0.6.3)

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

CycleStep holds information about a step progress.

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

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ initializing_replication Google\Cloud\VMMigration\V1\InitializingReplicationStep

Initializing replication step.

↳ replicating Google\Cloud\VMMigration\V1\ReplicatingStep

Replicating step.

↳ post_processing Google\Cloud\VMMigration\V1\PostProcessingStep

Post processing step.

↳ start_time Google\Protobuf\Timestamp

The time the cycle step has started.

↳ end_time Google\Protobuf\Timestamp

The time the cycle step has ended.

getInitializingReplication

Initializing replication step.

Returns
Type Description
Google\Cloud\VMMigration\V1\InitializingReplicationStep|null

hasInitializingReplication

setInitializingReplication

Initializing replication step.

Parameter
Name Description
var Google\Cloud\VMMigration\V1\InitializingReplicationStep
Returns
Type Description
$this

getReplicating

Replicating step.

Returns
Type Description
Google\Cloud\VMMigration\V1\ReplicatingStep|null

hasReplicating

setReplicating

Replicating step.

Parameter
Name Description
var Google\Cloud\VMMigration\V1\ReplicatingStep
Returns
Type Description
$this

getPostProcessing

Post processing step.

Returns
Type Description
Google\Cloud\VMMigration\V1\PostProcessingStep|null

hasPostProcessing

setPostProcessing

Post processing step.

Parameter
Name Description
var Google\Cloud\VMMigration\V1\PostProcessingStep
Returns
Type Description
$this

getStartTime

The time the cycle step has started.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time the cycle step has started.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

The time the cycle step has ended.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time the cycle step has ended.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getStep

Returns
Type Description
string