Class ComputeRouterNatLogConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router_nat.ComputeRouterNatLogConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterNatLogConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterNatLogConfig
@Stability(Stable) @Internal public static final class ComputeRouterNatLogConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterNatLogConfig
An implementation forComputeRouterNatLogConfig
-
-
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_router_nat.ComputeRouterNatLogConfig
ComputeRouterNatLogConfig.Builder, ComputeRouterNatLogConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterNatLogConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterNatLogConfig.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)ObjectgetEnable()Indicates whether or not to export logs.StringgetFilter()Specifies the desired filtering of logs on this NAT.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(ComputeRouterNatLogConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterNatLogConfig.Builder.
-
-
Method Detail
-
getEnable
public final Object getEnable()
Description copied from interface:ComputeRouterNatLogConfigIndicates whether or not to export logs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#enable ComputeRouterNat#enable}
- Specified by:
getEnablein interfaceComputeRouterNatLogConfig
-
getFilter
public final String getFilter()
Description copied from interface:ComputeRouterNatLogConfigSpecifies the desired filtering of logs on this NAT. Possible values: ["ERRORS_ONLY", "TRANSLATIONS_ONLY", "ALL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#filter ComputeRouterNat#filter}
- Specified by:
getFilterin interfaceComputeRouterNatLogConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-