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