state property
The state of the host.
Output only. Possible string values are:
- "ACTIVE" : The host has allocated all its resources.
- "CREATING" : The resources are being allocated for the host.
- "DELETING" : The host is currently being deleted.
- "STATE_UNSPECIFIED"
- "UNAVAILABLE" : The host is currently unavailable.
Implementation
core.String? state;