Google Cloud Vm Migration V1 Client - Class CutoverStep (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class CutoverStep.
CutoverStep holds information about the cutover step progress.
Generated from protobuf message google.cloud.vmmigration.v1.CutoverStep
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ previous_replication_cycle |
ReplicationCycle
A replication cycle prior cutover step. |
↳ shutting_down_source_vm |
ShuttingDownSourceVMStep
Shutting down VM step. |
↳ final_sync |
ReplicationCycle
Final sync step. |
↳ preparing_vm_disks |
PreparingVMDisksStep
Preparing VM disks step. |
↳ instantiating_migrated_vm |
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. |
getPreviousReplicationCycle
A replication cycle prior cutover step.
| Returns | |
|---|---|
| Type | Description |
ReplicationCycle|null |
|
hasPreviousReplicationCycle
setPreviousReplicationCycle
A replication cycle prior cutover step.
| Parameter | |
|---|---|
| Name | Description |
var |
ReplicationCycle
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShuttingDownSourceVm
Shutting down VM step.
| Returns | |
|---|---|
| Type | Description |
ShuttingDownSourceVMStep|null |
|
hasShuttingDownSourceVm
setShuttingDownSourceVm
Shutting down VM step.
| Parameter | |
|---|---|
| Name | Description |
var |
ShuttingDownSourceVMStep
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFinalSync
Final sync step.
| Returns | |
|---|---|
| Type | Description |
ReplicationCycle|null |
|
hasFinalSync
setFinalSync
Final sync step.
| Parameter | |
|---|---|
| Name | Description |
var |
ReplicationCycle
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPreparingVmDisks
Preparing VM disks step.
| Returns | |
|---|---|
| Type | Description |
PreparingVMDisksStep|null |
|
hasPreparingVmDisks
setPreparingVmDisks
Preparing VM disks step.
| Parameter | |
|---|---|
| Name | Description |
var |
PreparingVMDisksStep
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstantiatingMigratedVm
Instantiating migrated VM step.
| Returns | |
|---|---|
| Type | Description |
InstantiatingMigratedVMStep|null |
|
hasInstantiatingMigratedVm
setInstantiatingMigratedVm
Instantiating migrated VM step.
| Parameter | |
|---|---|
| Name | Description |
var |
InstantiatingMigratedVMStep
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartTime
The time the step has started.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
The time the step has started.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
The time the step has ended.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
The time the step has ended.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStep
| Returns | |
|---|---|
| Type | Description |
string |
|