Package com.pulumi.gcp.compute.outputs
Class RegionBackendServiceOutlierDetectionInterval
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.RegionBackendServiceOutlierDetectionInterval
-
public final class RegionBackendServiceOutlierDetectionInterval extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionBackendServiceOutlierDetectionInterval.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionBackendServiceOutlierDetectionInterval.Builder
builder()
static RegionBackendServiceOutlierDetectionInterval.Builder
builder(RegionBackendServiceOutlierDetectionInterval 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 RegionBackendServiceOutlierDetectionInterval.Builder builder()
-
builder
public static RegionBackendServiceOutlierDetectionInterval.Builder builder(RegionBackendServiceOutlierDetectionInterval defaults)
-
-