Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateAttachedDisk
-
Packages that use ComputeInstanceFromTemplateAttachedDisk Package Description com.hashicorp.cdktf.providers.google.compute_instance_from_template google_compute_instance_from_template -
-
Uses of ComputeInstanceFromTemplateAttachedDisk in com.hashicorp.cdktf.providers.google.compute_instance_from_template
Classes in com.hashicorp.cdktf.providers.google.compute_instance_from_template that implement ComputeInstanceFromTemplateAttachedDisk Modifier and Type Class Description static classComputeInstanceFromTemplateAttachedDisk.Jsii$ProxyAn implementation forComputeInstanceFromTemplateAttachedDiskMethods in com.hashicorp.cdktf.providers.google.compute_instance_from_template that return ComputeInstanceFromTemplateAttachedDisk Modifier and Type Method Description ComputeInstanceFromTemplateAttachedDiskComputeInstanceFromTemplateAttachedDisk.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance_from_template with parameters of type ComputeInstanceFromTemplateAttachedDisk Modifier and Type Method Description voidComputeInstanceFromTemplateAttachedDiskOutputReference. setInternalValue(ComputeInstanceFromTemplateAttachedDisk value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance_from_template with type arguments of type ComputeInstanceFromTemplateAttachedDisk Modifier and Type Method Description ComputeInstanceFromTemplate.BuilderComputeInstanceFromTemplate.Builder. attachedDisk(List<? extends ComputeInstanceFromTemplateAttachedDisk> attachedDisk)List of disks attached to the instance.ComputeInstanceFromTemplateConfig.BuilderComputeInstanceFromTemplateConfig.Builder. attachedDisk(List<? extends ComputeInstanceFromTemplateAttachedDisk> attachedDisk)Sets the value ofComputeInstanceFromTemplateConfig.getAttachedDisk()voidComputeInstanceFromTemplateAttachedDiskList. setInternalValue(List<ComputeInstanceFromTemplateAttachedDisk> value)
-