Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
State of HCX activation key
Protobuf type google.cloud.vmwareengine.v1.HcxActivationKey.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ HcxActivationKeyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
AVAILABLE
Value: 1
State of a newly generated activation key.
Generated from protobuf enum AVAILABLE = 1;
CONSUMED
Value: 2
State of key when it has been used to activate HCX appliance.
Generated from protobuf enum CONSUMED = 2;
CREATING
Value: 3
State of key when it is being created.
Generated from protobuf enum CREATING = 3;