Uses of Interface
com.google.cloud.compute.v1.ConsistentHashLoadBalancerSettingsOrBuilder
-
Packages that use ConsistentHashLoadBalancerSettingsOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ConsistentHashLoadBalancerSettingsOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ConsistentHashLoadBalancerSettingsOrBuilder Modifier and Type Class Description class
ConsistentHashLoadBalancerSettings
This message defines settings for a consistent hash style load balancer.static class
ConsistentHashLoadBalancerSettings.Builder
This message defines settings for a consistent hash style load balancer.Methods in com.google.cloud.compute.v1 that return ConsistentHashLoadBalancerSettingsOrBuilder Modifier and Type Method Description ConsistentHashLoadBalancerSettingsOrBuilder
BackendService.Builder. getConsistentHashOrBuilder()
Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties.ConsistentHashLoadBalancerSettingsOrBuilder
BackendService. getConsistentHashOrBuilder()
Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties.ConsistentHashLoadBalancerSettingsOrBuilder
BackendServiceOrBuilder. getConsistentHashOrBuilder()
Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties.
-