Enum Instance.State (0.8.0)

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

The possible states for this server.

Protobuf enum google.cloud.baremetalsolution.v2.Instance.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETED

The server has been deleted.

DELETED = 3;

DELETED_VALUE

The server has been deleted.

DELETED = 3;

PROVISIONING

The server is being provisioned.

PROVISIONING = 1;

PROVISIONING_VALUE

The server is being provisioned.

PROVISIONING = 1;

RUNNING

The server is running.

RUNNING = 2;

RUNNING_VALUE

The server is running.

RUNNING = 2;

STATE_UNSPECIFIED

The server is in an unknown state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The server is in an unknown state.

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