Network Services v1 API - Enum ServiceLbPolicy.Types.IsolationMode (1.3.0)

public enum ServiceLbPolicy.Types.IsolationMode

Reference documentation and code samples for the Network Services v1 API enum ServiceLbPolicy.Types.IsolationMode.

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

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
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.

Unspecified

No isolation mode is configured for the backend service.