state property
Current state of the endpoint group association.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "ACTIVE" : The association is ready and in sync with the linked endpoint group.
- "CREATING" : The association is being created.
- "DELETING" : The association is being deleted.
- "CLOSED" : The association is disabled due to a breaking change in another resource.
- "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. Check the
locations_details
field for more details. - "DELETE_FAILED" : An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the association.
Implementation
core.String? state;