Show / Hide Table of Contents

Class BackendServiceConsistentHashArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BackendServiceConsistentHashArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceConsistentHashArgs : ResourceArgs

Constructors

View Source

BackendServiceConsistentHashArgs()

Declaration
public BackendServiceConsistentHashArgs()

Properties

View Source

HttpCookie

Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE. Structure is documented below.

Declaration
public Input<BackendServiceConsistentHashHttpCookieArgs> HttpCookie { get; set; }
Property Value
Type Description
Input<BackendServiceConsistentHashHttpCookieArgs>
View Source

HttpHeaderName

The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.

Declaration
public Input<string> HttpHeaderName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinimumRingSize

The minimum number of virtual nodes to use for the hash ring. Larger ring sizes result in more granular load distributions. If the number of hosts in the load balancing pool is larger than the ring size, each host will be assigned a single virtual node. Defaults to 1024.

Declaration
public Input<int> MinimumRingSize { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.