Module: Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationMode

Defined in:
proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb

Overview

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

Constant Summary collapse

ISOLATION_MODE_UNSPECIFIED =

No isolation mode is configured for the backend service.

0
NEAREST =

Traffic will be sent to the nearest region.

1
STRICT =

Traffic will fail if no serving backends are available in the same region as the load balancer.

2