state property

String? state
getter/setter pair

State of the host group.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state for host group.
  • "CREATING" : Host group is creating.
  • "READY" : Host group is ready.
  • "UPDATING" : Host group is updating.
  • "DELETING" : Host group is deleting.
  • "DISABLED" : Host group is disabled.

Implementation

core.String? state;