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