scratchDisks

@JvmName(name = "antkqpenbgrysmds")
suspend fun scratchDisks(value: Output<List<InstanceScratchDiskArgs>>)
@JvmName(name = "pkheesyletveaycc")
suspend fun scratchDisks(value: List<InstanceScratchDiskArgs>?)

Parameters

value

Scratch disks to attach to the instance. This can be specified multiple times for multiple scratch disks. Structure is documented below.


@JvmName(name = "umlmvhvjwlktodbf")
suspend fun scratchDisks(vararg values: Output<InstanceScratchDiskArgs>)


@JvmName(name = "hjijsmjxowcwjgfl")
suspend fun scratchDisks(values: List<Output<InstanceScratchDiskArgs>>)
@JvmName(name = "knekydxowtmtbxob")
suspend fun scratchDisks(vararg values: InstanceScratchDiskArgs)

Parameters

values

Scratch disks to attach to the instance. This can be specified multiple times for multiple scratch disks. Structure is documented below.


@JvmName(name = "ucltruxsmllvapyr")
suspend fun scratchDisks(argument: List<suspend InstanceScratchDiskArgsBuilder.() -> Unit>)
@JvmName(name = "vdhbtmlnipbtjheb")
suspend fun scratchDisks(vararg argument: suspend InstanceScratchDiskArgsBuilder.() -> Unit)
@JvmName(name = "boplahnujqbajmsx")
suspend fun scratchDisks(argument: suspend InstanceScratchDiskArgsBuilder.() -> Unit)

Parameters

argument

Scratch disks to attach to the instance. This can be specified multiple times for multiple scratch disks. Structure is documented below.