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

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 InitializingReplicationStep

Initializing replication step.

↳ replicating ReplicatingStep

Replicating step.

↳ post_processing 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
InitializingReplicationStep|null

hasInitializingReplication

setInitializingReplication

Initializing replication step.

Parameter
Name Description
var InitializingReplicationStep
Returns
Type Description
$this

getReplicating

Replicating step.

Returns
Type Description
ReplicatingStep|null

hasReplicating

setReplicating

Replicating step.

Parameter
Name Description
var ReplicatingStep
Returns
Type Description
$this

getPostProcessing

Post processing step.

Returns
Type Description
PostProcessingStep|null

hasPostProcessing

setPostProcessing

Post processing step.

Parameter
Name Description
var 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