Class: Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
This message defines settings for a consistent hash style load balancer.
Instance Attribute Summary collapse
-
#http_cookie ⇒ ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
Hash is based on HTTP Cookie.
-
#http_header_name ⇒ ::String
The hash based on the value of the specified header field.
-
#minimum_ring_size ⇒ ::Integer
The minimum number of virtual nodes to use for the hash ring.
Instance Attribute Details
#http_cookie ⇒ ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
5194 5195 5196 5197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5194 class ConsistentHashLoadBalancerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_header_name ⇒ ::String
5194 5195 5196 5197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5194 class ConsistentHashLoadBalancerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimum_ring_size ⇒ ::Integer
5194 5195 5196 5197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5194 class ConsistentHashLoadBalancerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |