Enum ServiceLbPolicy.IsolationMode (0.24.0)

public enum ServiceLbPolicy.IsolationMode extends Enum<ServiceLbPolicy.IsolationMode> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ISOLATION_MODE_UNSPECIFIED

No isolation mode is configured for the backend service.

ISOLATION_MODE_UNSPECIFIED = 0;

ISOLATION_MODE_UNSPECIFIED_VALUE

No isolation mode is configured for the backend service.

ISOLATION_MODE_UNSPECIFIED = 0;

NEAREST

Traffic will be sent to the nearest region.

NEAREST = 1;

NEAREST_VALUE

Traffic will be sent to the nearest region.

NEAREST = 1;

STRICT

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

STRICT = 2;

STRICT_VALUE

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

STRICT = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()