Enum UpgradeStatus.State (1.15.0)

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

The possible values of the state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The upgrade failed.

FAILED = 2;

FAILED_VALUE

The upgrade failed.

FAILED = 2;

RUNNING

The upgrade has started.

RUNNING = 1;

RUNNING_VALUE

The upgrade has started.

RUNNING = 1;

STATE_UNSPECIFIED

The state was not sampled by the health checks yet.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state was not sampled by the health checks yet.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The upgrade finished successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The upgrade finished successfully.

SUCCEEDED = 3;

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