Class ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherPathRuleRouteActionTimeout,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteActionTimeout
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherPathRuleRouteActionTimeout
An implementation forComputeUrlMapPathMatcherPathRuleRouteActionTimeout
-
-
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.ComputeUrlMapPathMatcherPathRuleRouteActionTimeout
ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Builder, ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionTimeout.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(ComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherPathRuleRouteActionTimeout.Builder.
-
-
Method Detail
-
getSeconds
public final String getSeconds()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionTimeoutSpan of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.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 interfaceComputeUrlMapPathMatcherPathRuleRouteActionTimeout
-
getNanos
public final Number getNanos()
Description copied from interface:ComputeUrlMapPathMatcherPathRuleRouteActionTimeoutSpan 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 interfaceComputeUrlMapPathMatcherPathRuleRouteActionTimeout
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-