public enum HcxActivationKey.State extends Enum<HcxActivationKey.State> implements ProtocolMessageEnum
State of HCX activation key
Protobuf enum google.cloud.vmwareengine.v1.HcxActivationKey.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AVAILABLE | State of a newly generated activation key. |
AVAILABLE_VALUE | State of a newly generated activation key. |
CONSUMED | State of key when it has been used to activate HCX appliance. |
CONSUMED_VALUE | State of key when it has been used to activate HCX appliance. |
CREATING | State of key when it is being created. |
CREATING_VALUE | State of key when it is being created. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
UNRECOGNIZED |
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() |