state property
The current state of the association in this location.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "ACTIVE" : The association is ready and in sync with the linked endpoint group.
- "OUT_OF_SYNC" : The association is out of sync with the linked endpoint group. In most cases, this is a result of a transient issue within the system (e.g. an inaccessible location) and the system is expected to recover automatically.
Implementation
core.String? state;