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