Google Cloud Network Services V1 Client - Class IsolationMode (0.6.1)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class IsolationMode.

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

Protobuf type google.cloud.networkservices.v1.ServiceLbPolicy.IsolationMode

Namespace

Google \ Cloud \ NetworkServices \ V1 \ ServiceLbPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ISOLATION_MODE_UNSPECIFIED

Value: 0

No isolation mode is configured for the backend service.

Generated from protobuf enum ISOLATION_MODE_UNSPECIFIED = 0;

NEAREST

Value: 1

Traffic will be sent to the nearest region.

Generated from protobuf enum NEAREST = 1;

STRICT

Value: 2

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

Generated from protobuf enum STRICT = 2;