state property
Application state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified state.
- "CREATING" : The Application is being created.
- "ACTIVE" : The Application is ready to register Services and Workloads.
- "DELETING" : The Application is being deleted.
Implementation
core.String? state;