Class BigtableGcPolicyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_gc_policy.BigtableGcPolicyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableGcPolicyConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableGcPolicyConfig
@Stability(Stable) @Internal public static final class BigtableGcPolicyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableGcPolicyConfig
An implementation forBigtableGcPolicyConfig
-
-
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.BigtableGcPolicyConfig
BigtableGcPolicyConfig.Builder, BigtableGcPolicyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableGcPolicyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableGcPolicyConfig.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)StringgetColumnFamily()The name of the column family.ObjectgetConnection()ObjectgetCount()StringgetDeletionPolicy()The deletion policy for the GC policy.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetGcRules()Serialized JSON string for garbage collection policy.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#id BigtableGcPolicy#id}.ObjectgetIgnoreWarnings()Allows ignoring warnings when updating the GC policy.StringgetInstanceName()The name of the Bigtable instance.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()BigtableGcPolicyMaxAgegetMaxAge()max_age block.ObjectgetMaxVersion()max_version block.StringgetMode()NOTE: 'gc_rules' is more flexible, and should be preferred over this field for new resources.StringgetProject()The ID of the project in which the resource belongs.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetTable()The name of the table.BigtableGcPolicyTimeoutsgetTimeouts()timeouts block.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(BigtableGcPolicyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableGcPolicyConfig.Builder.
-
-
Method Detail
-
getColumnFamily
public final String getColumnFamily()
Description copied from interface:BigtableGcPolicyConfigThe name of the column family.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#column_family BigtableGcPolicy#column_family}
- Specified by:
getColumnFamilyin interfaceBigtableGcPolicyConfig
-
getInstanceName
public final String getInstanceName()
Description copied from interface:BigtableGcPolicyConfigThe name of the Bigtable instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#instance_name BigtableGcPolicy#instance_name}
- Specified by:
getInstanceNamein interfaceBigtableGcPolicyConfig
-
getTable
public final String getTable()
Description copied from interface:BigtableGcPolicyConfigThe name of the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#table BigtableGcPolicy#table}
- Specified by:
getTablein interfaceBigtableGcPolicyConfig
-
getDeletionPolicy
public final String getDeletionPolicy()
Description copied from interface:BigtableGcPolicyConfigThe deletion policy for the GC policy.Setting ABANDON allows the resource to be abandoned rather than deleted. This is useful for GC policy as it cannot be deleted in a replicated instance. Possible values are: "ABANDON". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#deletion_policy BigtableGcPolicy#deletion_policy}
- Specified by:
getDeletionPolicyin interfaceBigtableGcPolicyConfig
-
getGcRules
public final String getGcRules()
Description copied from interface:BigtableGcPolicyConfigSerialized JSON string for garbage collection policy. Conflicts with "mode", "max_age" and "max_version".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#gc_rules BigtableGcPolicy#gc_rules}
- Specified by:
getGcRulesin interfaceBigtableGcPolicyConfig
-
getId
public final String getId()
Description copied from interface:BigtableGcPolicyConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#id BigtableGcPolicy#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceBigtableGcPolicyConfig
-
getIgnoreWarnings
public final Object getIgnoreWarnings()
Description copied from interface:BigtableGcPolicyConfigAllows ignoring warnings when updating the GC policy.This can be used to increase the gc policy on replicated clusters. Doing this may make clusters be inconsistent for a longer period of time, before using this make sure you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#ignore_warnings BigtableGcPolicy#ignore_warnings}
- Specified by:
getIgnoreWarningsin interfaceBigtableGcPolicyConfig
-
getMaxAge
public final BigtableGcPolicyMaxAge getMaxAge()
Description copied from interface:BigtableGcPolicyConfigmax_age block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#max_age BigtableGcPolicy#max_age}
- Specified by:
getMaxAgein interfaceBigtableGcPolicyConfig
-
getMaxVersion
public final Object getMaxVersion()
Description copied from interface:BigtableGcPolicyConfigmax_version block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#max_version BigtableGcPolicy#max_version}
- Specified by:
getMaxVersionin interfaceBigtableGcPolicyConfig
-
getMode
public final String getMode()
Description copied from interface:BigtableGcPolicyConfigNOTE: 'gc_rules' is more flexible, and should be preferred over this field for new resources.This field may be deprecated in the future. If multiple policies are set, you should choose between UNION OR INTERSECTION. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#mode BigtableGcPolicy#mode}
- Specified by:
getModein interfaceBigtableGcPolicyConfig
-
getProject
public final String getProject()
Description copied from interface:BigtableGcPolicyConfigThe ID of the project in which the resource belongs.If it is not provided, the provider project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#project BigtableGcPolicy#project}
- Specified by:
getProjectin interfaceBigtableGcPolicyConfig
-
getTimeouts
public final BigtableGcPolicyTimeouts getTimeouts()
Description copied from interface:BigtableGcPolicyConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#timeouts BigtableGcPolicy#timeouts}
- Specified by:
getTimeoutsin interfaceBigtableGcPolicyConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-