Interface ServiceLbPolicy.IsolationConfigOrBuilder (0.24.0)

public static interface ServiceLbPolicy.IsolationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsolationGranularity()

public abstract ServiceLbPolicy.IsolationGranularity getIsolationGranularity()

Optional. The isolation granularity of the load balancer.

.google.cloud.networkservices.v1.ServiceLbPolicy.IsolationGranularity isolation_granularity = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ServiceLbPolicy.IsolationGranularity

The isolationGranularity.

getIsolationGranularityValue()

public abstract int getIsolationGranularityValue()

Optional. The isolation granularity of the load balancer.

.google.cloud.networkservices.v1.ServiceLbPolicy.IsolationGranularity isolation_granularity = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for isolationGranularity.

getIsolationMode()

public abstract ServiceLbPolicy.IsolationMode getIsolationMode()

Optional. The isolation mode of the load balancer.

.google.cloud.networkservices.v1.ServiceLbPolicy.IsolationMode isolation_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ServiceLbPolicy.IsolationMode

The isolationMode.

getIsolationModeValue()

public abstract int getIsolationModeValue()

Optional. The isolation mode of the load balancer.

.google.cloud.networkservices.v1.ServiceLbPolicy.IsolationMode isolation_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for isolationMode.