Enum HostGroup.State (0.61.0)

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

Host group states.

Protobuf enum google.cloud.netapp.v1.HostGroup.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

Host group is creating.

CREATING = 1;

CREATING_VALUE

Host group is creating.

CREATING = 1;

DELETING

Host group is deleting.

DELETING = 4;

DELETING_VALUE

Host group is deleting.

DELETING = 4;

DISABLED

Host group is disabled.

DISABLED = 5;

DISABLED_VALUE

Host group is disabled.

DISABLED = 5;

READY

Host group is ready.

READY = 2;

READY_VALUE

Host group is ready.

READY = 2;

STATE_UNSPECIFIED

Unspecified state for host group.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state for host group.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Host group is updating.

UPDATING = 3;

UPDATING_VALUE

Host group is updating.

UPDATING = 3;

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