state property
State of the Saas.
It is always in STATE_ACTIVE state if the application_template is empty.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State is unspecified.
- "STATE_TYPE_UNSPECIFIED" : State type is unspecified. Deprecated: Use STATE_UNSPECIFIED instead.
- "STATE_ACTIVE" : The Saas is ready
- "STATE_RUNNING" : In the process of importing, synchronizing or replicating ApplicationTemplates
- "STATE_FAILED" : Failure during process of importing, synchronizing or replicating ApplicationTemplate processing
Implementation
core.String? state;