public enum AwsSourceDetails.State extends Enum<AwsSourceDetails.State> implements ProtocolMessageEnum
The possible values of the state.
Protobuf enum google.events.cloud.vmmigration.v1.AwsSourceDetails.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The source exists and its credentials were verified. |
ACTIVE_VALUE |
The source exists and its credentials were verified. |
FAILED |
The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details. |
FAILED_VALUE |
The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details. |
PENDING |
The state was not sampled by the health checks yet. |
PENDING_VALUE |
The state was not sampled by the health checks yet. |
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. |
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() |