dataDisks

@JvmName(name = "qaddfdoosfswmlnx")
suspend fun dataDisks(value: Output<List<DataDiskArgs>>)
@JvmName(name = "pxvtrhatustbfvyw")
suspend fun dataDisks(value: List<DataDiskArgs>?)

Parameters

value

This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.


@JvmName(name = "bcyjggkccyueswql")
suspend fun dataDisks(vararg values: Output<DataDiskArgs>)


@JvmName(name = "voyulglyrrygcvsf")
suspend fun dataDisks(values: List<Output<DataDiskArgs>>)
@JvmName(name = "iafmqopeaywlneqo")
suspend fun dataDisks(vararg values: DataDiskArgs)

Parameters

values

This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.


@JvmName(name = "knbgxiksohlrblow")
suspend fun dataDisks(argument: List<suspend DataDiskArgsBuilder.() -> Unit>)
@JvmName(name = "fvbrubspcsfoxwmk")
suspend fun dataDisks(vararg argument: suspend DataDiskArgsBuilder.() -> Unit)
@JvmName(name = "drdivbqdkaucoqby")
suspend fun dataDisks(argument: suspend DataDiskArgsBuilder.() -> Unit)

Parameters

argument

This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.