public interface BackendServiceNetworkPassThroughLbTrafficPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getZonalAffinity()
public abstract BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity getZonalAffinity()When configured, new connections are load balanced across healthy backend endpoints in the local zone.
optional .google.cloud.compute.v1.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity zonal_affinity = 536266051;
| Returns | |
|---|---|
| Type | Description |
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity |
The zonalAffinity. |
getZonalAffinityOrBuilder()
public abstract BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityOrBuilder getZonalAffinityOrBuilder()When configured, new connections are load balanced across healthy backend endpoints in the local zone.
optional .google.cloud.compute.v1.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity zonal_affinity = 536266051;
| Returns | |
|---|---|
| Type | Description |
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityOrBuilder |
|
hasZonalAffinity()
public abstract boolean hasZonalAffinity()When configured, new connections are load balanced across healthy backend endpoints in the local zone.
optional .google.cloud.compute.v1.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity zonal_affinity = 536266051;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the zonalAffinity field is set. |