Uses of Class
com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceScratchDisk.Builder
-
Packages that use ComputeInstanceScratchDisk.Builder Package Description com.hashicorp.cdktf.providers.google.compute_instance google_compute_instance -
-
Uses of ComputeInstanceScratchDisk.Builder in com.hashicorp.cdktf.providers.google.compute_instance
Methods in com.hashicorp.cdktf.providers.google.compute_instance that return ComputeInstanceScratchDisk.Builder Modifier and Type Method Description static ComputeInstanceScratchDisk.BuilderComputeInstanceScratchDisk. builder()ComputeInstanceScratchDisk.BuilderComputeInstanceScratchDisk.Builder. deviceName(String deviceName)Sets the value ofComputeInstanceScratchDisk.getDeviceName()ComputeInstanceScratchDisk.BuilderComputeInstanceScratchDisk.Builder. interfaceValue(String interfaceValue)Sets the value ofComputeInstanceScratchDisk.getInterfaceValue()ComputeInstanceScratchDisk.BuilderComputeInstanceScratchDisk.Builder. size(Number size)Sets the value ofComputeInstanceScratchDisk.getSize()Constructors in com.hashicorp.cdktf.providers.google.compute_instance with parameters of type ComputeInstanceScratchDisk.Builder Constructor Description Jsii$Proxy(ComputeInstanceScratchDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceScratchDisk.Builder.
-