Enum ServiceLbPolicy.IsolationGranularity (0.24.0)

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

The granularity of this isolation restriction.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ISOLATION_GRANULARITY_UNSPECIFIED

No isolation is configured for the backend service. Traffic can overflow based on the load balancing algorithm.

ISOLATION_GRANULARITY_UNSPECIFIED = 0;

ISOLATION_GRANULARITY_UNSPECIFIED_VALUE

No isolation is configured for the backend service. Traffic can overflow based on the load balancing algorithm.

ISOLATION_GRANULARITY_UNSPECIFIED = 0;

REGION

Traffic for this service will be isolated at the cloud region level.

REGION = 1;

REGION_VALUE

Traffic for this service will be isolated at the cloud region level.

REGION = 1;

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()