disks

@JvmName(name = "wwvphjfeysgrvgrw")
suspend fun disks(value: Output<List<AttachedDiskArgs>>)
@JvmName(name = "rtuhtvrgmhyarfup")
suspend fun disks(value: List<AttachedDiskArgs>?)

Parameters

value

Non-boot disks to be attached for each VM created by this InstancePolicy. New disks will be deleted when the VM is deleted.


@JvmName(name = "kpfpdmdisfjfgypx")
suspend fun disks(vararg values: Output<AttachedDiskArgs>)


@JvmName(name = "jeanqbcgyvmjtguo")
suspend fun disks(values: List<Output<AttachedDiskArgs>>)
@JvmName(name = "vtskmofvkvrmayvs")
suspend fun disks(vararg values: AttachedDiskArgs)

Parameters

values

Non-boot disks to be attached for each VM created by this InstancePolicy. New disks will be deleted when the VM is deleted.


@JvmName(name = "botaammomoxsllya")
suspend fun disks(argument: List<suspend AttachedDiskArgsBuilder.() -> Unit>)
@JvmName(name = "qtmuhafofkmsxqjm")
suspend fun disks(vararg argument: suspend AttachedDiskArgsBuilder.() -> Unit)
@JvmName(name = "bljdyyyhuvxooelo")
suspend fun disks(argument: suspend AttachedDiskArgsBuilder.() -> Unit)

Parameters

argument

Non-boot disks to be attached for each VM created by this InstancePolicy. New disks will be deleted when the VM is deleted.