ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.count(Number count) |
|
static ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.deviceName(String deviceName) |
Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.disk(String disk) |
name or self_link of the disk that will be attached.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_attached_disk#id ComputeAttachedDisk#id}.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.instance(String instance) |
name or self_link of the compute instance that the disk will be attached to.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.mode(String mode) |
The mode in which to attach this disk, either READ_WRITE or READ_ONLY.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.project(String project) |
The project that the referenced compute instance is a part of.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.timeouts(ComputeAttachedDiskTimeouts timeouts) |
timeouts block.
|
ComputeAttachedDisk.Builder |
ComputeAttachedDisk.Builder.zone(String zone) |
The zone that the referenced compute instance is located within.
|