InterceptLocation

Details about intercept in a specific cloud location.

JSON representation
{
  "location": string,
  "state": enum (State)
}
Fields
location

string

Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".

state

enum (State)

Output only. The current state of the association in this location.

State

The current state of a resource in the location.

Enums
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.