Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceAttachedDisk
-
Packages that use ComputeInstanceAttachedDisk Package Description com.hashicorp.cdktf.providers.google.compute_instance google_compute_instance -
-
Uses of ComputeInstanceAttachedDisk in com.hashicorp.cdktf.providers.google.compute_instance
Classes in com.hashicorp.cdktf.providers.google.compute_instance that implement ComputeInstanceAttachedDisk Modifier and Type Class Description static classComputeInstanceAttachedDisk.Jsii$ProxyAn implementation forComputeInstanceAttachedDiskMethods in com.hashicorp.cdktf.providers.google.compute_instance that return ComputeInstanceAttachedDisk Modifier and Type Method Description ComputeInstanceAttachedDiskComputeInstanceAttachedDisk.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance with parameters of type ComputeInstanceAttachedDisk Modifier and Type Method Description voidComputeInstanceAttachedDiskOutputReference. setInternalValue(ComputeInstanceAttachedDisk value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance with type arguments of type ComputeInstanceAttachedDisk Modifier and Type Method Description ComputeInstance.BuilderComputeInstance.Builder. attachedDisk(List<? extends ComputeInstanceAttachedDisk> attachedDisk)attached_disk block.ComputeInstanceConfig.BuilderComputeInstanceConfig.Builder. attachedDisk(List<? extends ComputeInstanceAttachedDisk> attachedDisk)Sets the value ofComputeInstanceConfig.getAttachedDisk()voidComputeInstanceAttachedDiskList. setInternalValue(List<ComputeInstanceAttachedDisk> value)
-