Uses of Class
com.hashicorp.cdktf.providers.google.compute_router_nat.ComputeRouterNatRules.Builder
-
Packages that use ComputeRouterNatRules.Builder Package Description com.hashicorp.cdktf.providers.google.compute_router_nat google_compute_router_nat -
-
Uses of ComputeRouterNatRules.Builder in com.hashicorp.cdktf.providers.google.compute_router_nat
Methods in com.hashicorp.cdktf.providers.google.compute_router_nat that return ComputeRouterNatRules.Builder Modifier and Type Method Description ComputeRouterNatRules.BuilderComputeRouterNatRules.Builder. action(ComputeRouterNatRulesAction action)Sets the value ofComputeRouterNatRules.getAction()static ComputeRouterNatRules.BuilderComputeRouterNatRules. builder()ComputeRouterNatRules.BuilderComputeRouterNatRules.Builder. description(String description)Sets the value ofComputeRouterNatRules.getDescription()ComputeRouterNatRules.BuilderComputeRouterNatRules.Builder. match(String match)Sets the value ofComputeRouterNatRules.getMatch()ComputeRouterNatRules.BuilderComputeRouterNatRules.Builder. ruleNumber(Number ruleNumber)Sets the value ofComputeRouterNatRules.getRuleNumber()Constructors in com.hashicorp.cdktf.providers.google.compute_router_nat with parameters of type ComputeRouterNatRules.Builder Constructor Description Jsii$Proxy(ComputeRouterNatRules.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterNatRules.Builder.
-