Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_compute_router_nat.DataGoogleComputeRouterNatConfig
-
Packages that use DataGoogleComputeRouterNatConfig Package Description com.hashicorp.cdktf.providers.google.data_google_compute_router_nat data_google_compute_router_nat -
-
Uses of DataGoogleComputeRouterNatConfig in com.hashicorp.cdktf.providers.google.data_google_compute_router_nat
Classes in com.hashicorp.cdktf.providers.google.data_google_compute_router_nat that implement DataGoogleComputeRouterNatConfig Modifier and Type Class Description static classDataGoogleComputeRouterNatConfig.Jsii$ProxyAn implementation forDataGoogleComputeRouterNatConfigMethods in com.hashicorp.cdktf.providers.google.data_google_compute_router_nat that return DataGoogleComputeRouterNatConfig Modifier and Type Method Description DataGoogleComputeRouterNatConfigDataGoogleComputeRouterNatConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_compute_router_nat with parameters of type DataGoogleComputeRouterNatConfig Constructor Description DataGoogleComputeRouterNat(software.constructs.Construct scope, String id, DataGoogleComputeRouterNatConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/compute_router_nat google_compute_router_nat} Data Source.
-