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