Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ConsistentHashLoadBalancerSettings |
ConsistentHashLoadBalancerSettings.Builder.build() |
ConsistentHashLoadBalancerSettings |
BackendService.getConsistentHash()
Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP
headers, cookies or other properties.
|
ConsistentHashLoadBalancerSettings |
BackendService.Builder.getConsistentHash()
Consistent Hash-based load balancing can be used to provide soft session affinity based on
HTTP headers, cookies or other properties.
|
static ConsistentHashLoadBalancerSettings |
ConsistentHashLoadBalancerSettings.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
ConsistentHashLoadBalancerSettings.Builder |
ConsistentHashLoadBalancerSettings.Builder.mergeFrom(ConsistentHashLoadBalancerSettings other) |
static ConsistentHashLoadBalancerSettings.Builder |
ConsistentHashLoadBalancerSettings.newBuilder(ConsistentHashLoadBalancerSettings prototype) |
BackendService.Builder |
BackendService.Builder.setConsistentHash(ConsistentHashLoadBalancerSettings consistentHash)
Consistent Hash-based load balancing can be used to provide soft session affinity based on
HTTP headers, cookies or other properties.
|
Copyright © 2019 Google LLC. All rights reserved.