state property

String? state
getter/setter pair

The current state of the association in this location.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set (this is not a valid state).
  • "ACTIVE" : The resource is ready and in sync in the location.
  • "OUT_OF_SYNC" : The resource is out of sync in the location. 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;