set

@JvmName(name = "setDisk")
operator fun DslList<Disk, DiskInfoKt.Dsl.DiskProxy>.set(index: Int, value: Disk)
Specifies disks attached/associated with this configuration.

repeated .elide.machine.Disk disk = 3;

Parameters

index

The index to set the value at.

value

The disk to set.