Uses of Interface
com.hashicorp.cdktf.providers.google.compute_router_nat.ComputeRouterNatSubnetwork
-
Packages that use ComputeRouterNatSubnetwork Package Description com.hashicorp.cdktf.providers.google.compute_router_nat google_compute_router_nat -
-
Uses of ComputeRouterNatSubnetwork in com.hashicorp.cdktf.providers.google.compute_router_nat
Classes in com.hashicorp.cdktf.providers.google.compute_router_nat that implement ComputeRouterNatSubnetwork Modifier and Type Class Description static classComputeRouterNatSubnetwork.Jsii$ProxyAn implementation forComputeRouterNatSubnetworkMethods in com.hashicorp.cdktf.providers.google.compute_router_nat that return ComputeRouterNatSubnetwork Modifier and Type Method Description ComputeRouterNatSubnetworkComputeRouterNatSubnetwork.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_router_nat with parameters of type ComputeRouterNatSubnetwork Modifier and Type Method Description voidComputeRouterNatSubnetworkOutputReference. setInternalValue(ComputeRouterNatSubnetwork value)Method parameters in com.hashicorp.cdktf.providers.google.compute_router_nat with type arguments of type ComputeRouterNatSubnetwork Modifier and Type Method Description voidComputeRouterNatSubnetworkList. setInternalValue(List<ComputeRouterNatSubnetwork> value)ComputeRouterNat.BuilderComputeRouterNat.Builder. subnetwork(List<? extends ComputeRouterNatSubnetwork> subnetwork)subnetwork block.ComputeRouterNatConfig.BuilderComputeRouterNatConfig.Builder. subnetwork(List<? extends ComputeRouterNatSubnetwork> subnetwork)Sets the value ofComputeRouterNatConfig.getSubnetwork()
-