Google Cloud Vm Migration V1 Client - Class State (0.4.2)

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

Possible states of the cutover job.

Protobuf type google.cloud.vmmigration.v1.CutoverJob.State

Namespace

Google \ Cloud \ VMMigration \ V1 \ CutoverJob

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is unknown. This is used for API compatibility only and is not used by the system.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The cutover job has not yet started.

Generated from protobuf enum PENDING = 1;

FAILED

Value: 2

The cutover job finished with errors.

Generated from protobuf enum FAILED = 2;

SUCCEEDED

Value: 3

The cutover job finished successfully.

Generated from protobuf enum SUCCEEDED = 3;

CANCELLED

Value: 4

The cutover job was cancelled.

Generated from protobuf enum CANCELLED = 4;

CANCELLING

Value: 5

The cutover job is being cancelled.

Generated from protobuf enum CANCELLING = 5;

ACTIVE

Value: 6

The cutover job is active and running.

Generated from protobuf enum ACTIVE = 6;

ADAPTING_OS

Value: 7

OS adaptation is running as part of the cutover job to generate license.

Generated from protobuf enum ADAPTING_OS = 7;