Enum AwsSourceDetails.State (1.15.0)

public enum AwsSourceDetails.State extends Enum<AwsSourceDetails.State> implements ProtocolMessageEnum

The possible values of the state.

Protobuf enum google.cloud.vmmigration.v1.AwsSourceDetails.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The source exists and its credentials were verified.

ACTIVE = 3;

ACTIVE_VALUE

The source exists and its credentials were verified.

ACTIVE = 3;

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 = 2;

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.

FAILED = 2;

PENDING

The state was not sampled by the health checks yet.

PENDING = 1;

PENDING_VALUE

The state was not sampled by the health checks yet.

PENDING = 1;

STATE_UNSPECIFIED

The state is unknown. This is used for API compatibility only and is not used by the system.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unknown. This is used for API compatibility only and is not used by the system.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()