Class: Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the cookie.
-
#path ⇒ ::String
Path to set for the cookie.
-
#ttl ⇒ ::Google::Cloud::Compute::V1::Duration
Lifetime of the cookie.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the cookie.
5076 5077 5078 5079 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5076 class ConsistentHashLoadBalancerSettingsHttpCookie include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Path to set for the cookie.
5076 5077 5078 5079 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5076 class ConsistentHashLoadBalancerSettingsHttpCookie include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Google::Cloud::Compute::V1::Duration
Returns Lifetime of the cookie.
5076 5077 5078 5079 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5076 class ConsistentHashLoadBalancerSettingsHttpCookie include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |