state property

String? state
getter/setter pair

The current state of the endpoint group.

See https://google.aip.dev/216.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set (this is not a valid state).
  • "ACTIVE" : The endpoint group is ready and in sync with the target deployment group.
  • "CLOSED" : The deployment group backing this endpoint group has been force-deleted. This endpoint group cannot be used and mirroring is effectively disabled.
  • "CREATING" : The endpoint group is being created.
  • "DELETING" : The endpoint group is being deleted.
  • "OUT_OF_SYNC" : The endpoint group is out of sync with the backing deployment 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. See the associations field for details per network and location.
  • "DELETE_FAILED" : An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to recover. The only permitted operation is to retry deleting the endpoint group.

Implementation

core.String? state;