Class ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
An implementation forComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Builder, ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetNanos()Span of time that's a fraction of a second at nanosecond resolution.StringgetSeconds()Span of time at a resolution of a second.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout.Builder.
-
-
Method Detail
-
getNanos
public final Number getNanos()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeoutSpan 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#nanos ComputeUrlMap#nanos}
- Specified by:
getNanosin interfaceComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
-
getSeconds
public final String getSeconds()
Description copied from interface:ComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeoutSpan of time at a resolution of a second.Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#seconds ComputeUrlMap#seconds}
- Specified by:
getSecondsin interfaceComputeUrlMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeout
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-