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