Class BigtableGcPolicyMaxAge.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_gc_policy.BigtableGcPolicyMaxAge.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableGcPolicyMaxAge,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableGcPolicyMaxAge
@Stability(Stable) @Internal public static final class BigtableGcPolicyMaxAge.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableGcPolicyMaxAge
An implementation forBigtableGcPolicyMaxAge
-
-
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.bigtable_gc_policy.BigtableGcPolicyMaxAge
BigtableGcPolicyMaxAge.Builder, BigtableGcPolicyMaxAge.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableGcPolicyMaxAge.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableGcPolicyMaxAge.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)NumbergetDays()Number of days before applying GC policy.StringgetDuration()Duration before applying GC policy.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(BigtableGcPolicyMaxAge.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableGcPolicyMaxAge.Builder.
-
-
Method Detail
-
getDays
public final Number getDays()
Description copied from interface:BigtableGcPolicyMaxAgeNumber of days before applying GC policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#days BigtableGcPolicy#days}
- Specified by:
getDaysin interfaceBigtableGcPolicyMaxAge
-
getDuration
public final String getDuration()
Description copied from interface:BigtableGcPolicyMaxAgeDuration before applying GC policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#duration BigtableGcPolicy#duration}
- Specified by:
getDurationin interfaceBigtableGcPolicyMaxAge
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-