state property

String? state
getter/setter pair

State of HCX activation key.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "AVAILABLE" : State of a newly generated activation key.
  • "CONSUMED" : State of key when it has been used to activate HCX appliance.
  • "CREATING" : State of key when it is being created.

Implementation

core.String? state;