Enum DatacenterConnector.State (1.15.0)

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

The possible values of the state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The source exists and its credentials were verified.

ACTIVE = 4;

ACTIVE_VALUE

The source exists and its credentials were verified.

ACTIVE = 4;

FAILED

The source is available but might not be usable yet due to unvalidated credentials or another reason. The credentials referred to are the ones to the Source. The error message will contain further details.

FAILED = 3;

FAILED_VALUE

The source is available but might not be usable yet due to unvalidated credentials or another reason. The credentials referred to are the ones to the Source. The error message will contain further details.

FAILED = 3;

OFFLINE

The source was sampled by health checks and is not available.

OFFLINE = 2;

OFFLINE_VALUE

The source was sampled by health checks and is not available.

OFFLINE = 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()