httpCookie

@JvmName(name = "mnvvujjdmvjbchym")
suspend fun httpCookie(value: Output<ConsistentHashLoadBalancerSettingsHttpCookieArgs>)
@JvmName(name = "rqifgxhavjhrvcck")
suspend fun httpCookie(value: ConsistentHashLoadBalancerSettingsHttpCookieArgs?)

Parameters

value

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. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.


@JvmName(name = "uheavuwpwwjrruni")
suspend fun httpCookie(argument: suspend ConsistentHashLoadBalancerSettingsHttpCookieArgsBuilder.() -> Unit)

Parameters

argument

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. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.