Package com.pulumi.gcp.compute.outputs
Class GetBackendServiceConsistentHash
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.GetBackendServiceConsistentHash
-
public final class GetBackendServiceConsistentHash extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetBackendServiceConsistentHash.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetBackendServiceConsistentHash.Builder
builder()
static GetBackendServiceConsistentHash.Builder
builder(GetBackendServiceConsistentHash defaults)
java.util.List<GetBackendServiceConsistentHashHttpCooky>
httpCookies()
java.lang.String
httpHeaderName()
java.lang.Integer
minimumRingSize()
-
-
-
Method Detail
-
httpCookies
public java.util.List<GetBackendServiceConsistentHashHttpCooky> httpCookies()
-
httpHeaderName
public java.lang.String httpHeaderName()
-
minimumRingSize
public java.lang.Integer minimumRingSize()
-
builder
public static GetBackendServiceConsistentHash.Builder builder()
-
builder
public static GetBackendServiceConsistentHash.Builder builder(GetBackendServiceConsistentHash defaults)
-
-