preferredDisks

@JvmName(name = "rbeamwijxeighick")
suspend fun preferredDisks(value: Output<Map<String, Int>>)
@JvmName(name = "slubiovlkqpgqbbe")
suspend fun preferredDisks(value: Map<String, Int>?)

Parameters

value

User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.


@JvmName(name = "fhhyvcqvlfglhyck")
fun preferredDisks(vararg values: Pair<String, Int>)

Parameters

values

User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.