VM Migration v1 API - Enum ImageImportJob.Types.State (2.7.0)

public enum ImageImportJob.Types.State

Reference documentation and code samples for the VM Migration v1 API enum ImageImportJob.Types.State.

Possible states of the image import.

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

Name Description
Cancelled

The image import was cancelled.

Cancelling

The image import is being cancelled.

Failed

The image import has finished with errors.

Pending

The image import has not yet started.

Running

The image import is active and running.

Succeeded

The image import has finished successfully.

Unspecified

The state is unknown.