Module: Google::Cloud::VMMigration::V1::ImageImportJob::State

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Possible states of the image import.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unknown.

0
PENDING =

The image import has not yet started.

1
RUNNING =

The image import is active and running.

2
SUCCEEDED =

The image import has finished successfully.

3
FAILED =

The image import has finished with errors.

4
CANCELLING =

The image import is being cancelled.

5
CANCELLED =

The image import was cancelled.

6