state property
Current state of the endpoint.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "CREATING" : Being created.
- "READY" : Active and ready for traffic.
- "DELETING" : Being deleted.
- "UPDATING" : Being updated.
Implementation
core.String? state;