state property
The lifecycle state of the connection assignment.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Lifecycle state is unspecified.
- "CREATING" : Connection assignment is being created.
- "ACTIVE" : Connection assignment is active.
- "FAILED" : Connection assignment failed.
- "UPDATING" : Connection assignment is being updated.
- "DELETING" : Connection assignment is being deleted.
Implementation
core.String? state;