Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceScratchDisk
-
Packages that use ComputeInstanceScratchDisk Package Description com.hashicorp.cdktf.providers.google.compute_instance google_compute_instance -
-
Uses of ComputeInstanceScratchDisk in com.hashicorp.cdktf.providers.google.compute_instance
Classes in com.hashicorp.cdktf.providers.google.compute_instance that implement ComputeInstanceScratchDisk Modifier and Type Class Description static classComputeInstanceScratchDisk.Jsii$ProxyAn implementation forComputeInstanceScratchDiskMethods in com.hashicorp.cdktf.providers.google.compute_instance that return ComputeInstanceScratchDisk Modifier and Type Method Description ComputeInstanceScratchDiskComputeInstanceScratchDisk.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance with parameters of type ComputeInstanceScratchDisk Modifier and Type Method Description voidComputeInstanceScratchDiskOutputReference. setInternalValue(ComputeInstanceScratchDisk value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance with type arguments of type ComputeInstanceScratchDisk Modifier and Type Method Description ComputeInstance.BuilderComputeInstance.Builder. scratchDisk(List<? extends ComputeInstanceScratchDisk> scratchDisk)scratch_disk block.ComputeInstanceConfig.BuilderComputeInstanceConfig.Builder. scratchDisk(List<? extends ComputeInstanceScratchDisk> scratchDisk)Sets the value ofComputeInstanceConfig.getScratchDisk()voidComputeInstanceScratchDiskList. setInternalValue(List<ComputeInstanceScratchDisk> value)
-