state property
The current state of the Gateway.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Gateway does not have a state yet.
- "CREATING" : Gateway is being created.
- "ACTIVE" : Gateway is running and ready for requests.
- "FAILED" : Gateway creation failed.
- "DELETING" : Gateway is being deleted.
- "UPDATING" : Gateway is being updated.
Implementation
core.String? state;