Backend Service Consistent Hash Args
data class BackendServiceConsistentHashArgs(val httpCookie: Output<BackendServiceConsistentHashHttpCookieArgs>? = null, val httpHeaderName: Output<String>? = null, val minimumRingSize: Output<Int>? = null) : ConvertibleToJava<BackendServiceConsistentHashArgs>
Constructors
Link copied to clipboard
fun BackendServiceConsistentHashArgs(httpCookie: Output<BackendServiceConsistentHashHttpCookieArgs>? = null, httpHeaderName: Output<String>? = null, minimumRingSize: Output<Int>? = null)