Package com.pulumi.gcp.compute.inputs
Class RegionBackendServiceConsistentHashArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.RegionBackendServiceConsistentHashArgs
-
public final class RegionBackendServiceConsistentHashArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionBackendServiceConsistentHashArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RegionBackendServiceConsistentHashArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionBackendServiceConsistentHashArgs.Builder
builder()
static RegionBackendServiceConsistentHashArgs.Builder
builder(RegionBackendServiceConsistentHashArgs defaults)
java.util.Optional<com.pulumi.core.Output<RegionBackendServiceConsistentHashHttpCookieArgs>>
httpCookie()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
httpHeaderName()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
minimumRingSize()
-
-
-
Field Detail
-
Empty
public static final RegionBackendServiceConsistentHashArgs Empty
-
-
Method Detail
-
httpCookie
public java.util.Optional<com.pulumi.core.Output<RegionBackendServiceConsistentHashHttpCookieArgs>> httpCookie()
- Returns:
- 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.
-
httpHeaderName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> httpHeaderName()
- Returns:
- The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.
-
minimumRingSize
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> minimumRingSize()
- Returns:
- 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.
-
builder
public static RegionBackendServiceConsistentHashArgs.Builder builder()
-
builder
public static RegionBackendServiceConsistentHashArgs.Builder builder(RegionBackendServiceConsistentHashArgs defaults)
-
-