public enum ImageImportJob.State extends Enum<ImageImportJob.State> implements ProtocolMessageEnum
Possible states of the image import.
Protobuf enum google.cloud.vmmigration.v1.ImageImportJob.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
The image import was cancelled. |
CANCELLED_VALUE |
The image import was cancelled. |
CANCELLING |
The image import is being cancelled. |
CANCELLING_VALUE |
The image import is being cancelled. |
FAILED |
The image import has finished with errors. |
FAILED_VALUE |
The image import has finished with errors. |
PENDING |
The image import has not yet started. |
PENDING_VALUE |
The image import has not yet started. |
RUNNING |
The image import is active and running. |
RUNNING_VALUE |
The image import is active and running. |
STATE_UNSPECIFIED |
The state is unknown. |
STATE_UNSPECIFIED_VALUE |
The state is unknown. |
SUCCEEDED |
The image import has finished successfully. |
SUCCEEDED_VALUE |
The image import has finished successfully. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |