Uses of Interface
com.hashicorp.cdktf.providers.google.compute_router.ComputeRouterConfig
-
Packages that use ComputeRouterConfig Package Description com.hashicorp.cdktf.providers.google.compute_router google_compute_router -
-
Uses of ComputeRouterConfig in com.hashicorp.cdktf.providers.google.compute_router
Classes in com.hashicorp.cdktf.providers.google.compute_router that implement ComputeRouterConfig Modifier and Type Class Description static classComputeRouterConfig.Jsii$ProxyAn implementation forComputeRouterConfigMethods in com.hashicorp.cdktf.providers.google.compute_router that return ComputeRouterConfig Modifier and Type Method Description ComputeRouterConfigComputeRouterConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.compute_router with parameters of type ComputeRouterConfig Constructor Description ComputeRouter(software.constructs.Construct scope, String id, ComputeRouterConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router google_compute_router} Resource.
-