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

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

Possible states of the image import.

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

Namespace

Google \ Cloud \ VMMigration \ V1 \ ImageImportJob

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The image import has not yet started.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The image import is active and running.

Generated from protobuf enum RUNNING = 2;

SUCCEEDED

Value: 3

The image import has finished successfully.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The image import has finished with errors.

Generated from protobuf enum FAILED = 4;

CANCELLING

Value: 5

The image import is being cancelled.

Generated from protobuf enum CANCELLING = 5;

CANCELLED

Value: 6

The image import was cancelled.

Generated from protobuf enum CANCELLED = 6;