public enum DiskMigrationJob.State extends Enum<DiskMigrationJob.State> implements ProtocolMessageEnum
The possible values of the state/health of DiskMigrationJob.
Protobuf enum google.cloud.vmmigration.v1.DiskMigrationJob.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
The migration was cancelled. |
CANCELLED_VALUE |
The migration was cancelled. |
CANCELLING |
Migration cancellation was initiated. |
CANCELLING_VALUE |
Migration cancellation was initiated. |
FAILED |
The migration process encountered an unrecoverable error and was aborted. |
FAILED_VALUE |
The migration process encountered an unrecoverable error and was aborted. |
READY |
The initial state of the disk migration. In this state the customers can update the target details. |
READY_VALUE |
The initial state of the disk migration. In this state the customers can update the target details. |
RUNNING |
The migration is active, and it's running or scheduled to run. |
RUNNING_VALUE |
The migration is active, and it's running or scheduled to run. |
STATE_UNSPECIFIED |
The state is unspecified. This is not in use. |
STATE_UNSPECIFIED_VALUE |
The state is unspecified. This is not in use. |
SUCCEEDED |
The migration completed successfully. |
SUCCEEDED_VALUE |
The migration completed 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() |