public enum ReplicationCycle.State extends Enum<ReplicationCycle.State> implements ProtocolMessageEnum
Possible states of a replication cycle.
Protobuf enum google.events.cloud.vmmigration.v1.ReplicationCycle.State
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
FAILED |
The replication cycle finished with errors. |
FAILED_VALUE |
The replication cycle finished with errors. |
PAUSED |
The replication cycle is paused. |
PAUSED_VALUE |
The replication cycle is paused. |
RUNNING |
The replication cycle is running. |
RUNNING_VALUE |
The replication cycle is running. |
STATE_UNSPECIFIED |
The state is unknown. This is used for API compatibility only and is not used by the system. |
STATE_UNSPECIFIED_VALUE |
The state is unknown. This is used for API compatibility only and is not used by the system. |
SUCCEEDED |
The replication cycle finished successfully. |
SUCCEEDED_VALUE |
The replication cycle 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() |