Package com.pulumi.gcp.compute.outputs
Class BackendServiceConsistentHashHttpCookieTtl
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.BackendServiceConsistentHashHttpCookieTtl
-
public final class BackendServiceConsistentHashHttpCookieTtl extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackendServiceConsistentHashHttpCookieTtl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackendServiceConsistentHashHttpCookieTtl.Builder
builder()
static BackendServiceConsistentHashHttpCookieTtl.Builder
builder(BackendServiceConsistentHashHttpCookieTtl defaults)
java.util.Optional<java.lang.Integer>
nanos()
java.lang.Integer
seconds()
-
-
-
Method Detail
-
nanos
public java.util.Optional<java.lang.Integer> nanos()
- Returns:
- Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
-
seconds
public java.lang.Integer seconds()
- Returns:
- Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
-
builder
public static BackendServiceConsistentHashHttpCookieTtl.Builder builder()
-
builder
public static BackendServiceConsistentHashHttpCookieTtl.Builder builder(BackendServiceConsistentHashHttpCookieTtl defaults)
-
-