Interface ComputeRouterNatLogConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRouterNatLogConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.939Z") @Stability(Stable) public interface ComputeRouterNatLogConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRouterNatLogConfig.BuilderA builder forComputeRouterNatLogConfigstatic classComputeRouterNatLogConfig.Jsii$ProxyAn implementation forComputeRouterNatLogConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRouterNatLogConfig.Builderbuilder()ObjectgetEnable()Indicates whether or not to export logs.StringgetFilter()Specifies the desired filtering of logs on this NAT.
-
-
-
Method Detail
-
getEnable
@Stability(Stable) @NotNull Object getEnable()
Indicates 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}
-
getFilter
@Stability(Stable) @NotNull String getFilter()
Specifies 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}
-
builder
@Stability(Stable) static ComputeRouterNatLogConfig.Builder builder()
- Returns:
- a
ComputeRouterNatLogConfig.BuilderofComputeRouterNatLogConfig
-
-