Class IsolationMode (0.9.0)

IsolationMode(value)

The mode of this isolation restriction, defining whether clients in a given region are allowed to reach out to another region.

Enums

Name Description
ISOLATION_MODE_UNSPECIFIED No isolation mode is configured for the backend service.
NEAREST Traffic will be sent to the nearest region.
STRICT Traffic will fail if no serving backends are available in the same region as the load balancer.