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