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

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

Possible states of the clone job.

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

Namespace

Google \ Cloud \ VMMigration \ V1 \ CloneJob

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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 clone job has not yet started.

Generated from protobuf enum PENDING = 1;

ACTIVE

Value: 2

The clone job is active and running.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

The clone job finished with errors.

Generated from protobuf enum FAILED = 3;

SUCCEEDED

Value: 4

The clone job finished successfully.

Generated from protobuf enum SUCCEEDED = 4;

CANCELLED

Value: 5

The clone job was cancelled.

Generated from protobuf enum CANCELLED = 5;

CANCELLING

Value: 6

The clone job is being cancelled.

Generated from protobuf enum CANCELLING = 6;

ADAPTING_OS

Value: 7

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

Generated from protobuf enum ADAPTING_OS = 7;