Enum HcxActivationKey.State (0.36.0)

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

State of HCX activation key

Protobuf enum google.cloud.vmwareengine.v1.HcxActivationKey.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVAILABLE

State of a newly generated activation key.

AVAILABLE = 1;

AVAILABLE_VALUE

State of a newly generated activation key.

AVAILABLE = 1;

CONSUMED

State of key when it has been used to activate HCX appliance.

CONSUMED = 2;

CONSUMED_VALUE

State of key when it has been used to activate HCX appliance.

CONSUMED = 2;

CREATING

State of key when it is being created.

CREATING = 3;

CREATING_VALUE

State of key when it is being created.

CREATING = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

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