Class ComputeBackendServiceConsistentHashHttpCookieTtl.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceConsistentHashHttpCookieTtl.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeBackendServiceConsistentHashHttpCookieTtl,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeBackendServiceConsistentHashHttpCookieTtl
@Stability(Stable) @Internal public static final class ComputeBackendServiceConsistentHashHttpCookieTtl.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeBackendServiceConsistentHashHttpCookieTtl
An implementation forComputeBackendServiceConsistentHashHttpCookieTtl
-
-
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_backend_service.ComputeBackendServiceConsistentHashHttpCookieTtl
ComputeBackendServiceConsistentHashHttpCookieTtl.Builder, ComputeBackendServiceConsistentHashHttpCookieTtl.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeBackendServiceConsistentHashHttpCookieTtl.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceConsistentHashHttpCookieTtl.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.NumbergetSeconds()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(ComputeBackendServiceConsistentHashHttpCookieTtl.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeBackendServiceConsistentHashHttpCookieTtl.Builder.
-
-
Method Detail
-
getSeconds
public final Number getSeconds()
Description copied from interface:ComputeBackendServiceConsistentHashHttpCookieTtlSpan 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_backend_service#seconds ComputeBackendService#seconds}
- Specified by:
getSecondsin interfaceComputeBackendServiceConsistentHashHttpCookieTtl
-
getNanos
public final Number getNanos()
Description copied from interface:ComputeBackendServiceConsistentHashHttpCookieTtlSpan 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_backend_service#nanos ComputeBackendService#nanos}
- Specified by:
getNanosin interfaceComputeBackendServiceConsistentHashHttpCookieTtl
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-