Google Cloud Vmware Engine V1 Client - Class State (0.1.4)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;