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