Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group.DataGoogleComputeRegionNetworkEndpointGroupConfig
-
Packages that use DataGoogleComputeRegionNetworkEndpointGroupConfig Package Description com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group data_google_compute_region_network_endpoint_group -
-
Uses of DataGoogleComputeRegionNetworkEndpointGroupConfig in com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group
Classes in com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group that implement DataGoogleComputeRegionNetworkEndpointGroupConfig Modifier and Type Class Description static classDataGoogleComputeRegionNetworkEndpointGroupConfig.Jsii$ProxyAn implementation forDataGoogleComputeRegionNetworkEndpointGroupConfigMethods in com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group that return DataGoogleComputeRegionNetworkEndpointGroupConfig Modifier and Type Method Description DataGoogleComputeRegionNetworkEndpointGroupConfigDataGoogleComputeRegionNetworkEndpointGroupConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_compute_region_network_endpoint_group with parameters of type DataGoogleComputeRegionNetworkEndpointGroupConfig Constructor Description DataGoogleComputeRegionNetworkEndpointGroup(software.constructs.Construct scope, String id, DataGoogleComputeRegionNetworkEndpointGroupConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/compute_region_network_endpoint_group google_compute_region_network_endpoint_group} Data Source.
-