diskConfigs

@JvmName(name = "tmrahsulelsxtwcn")
suspend fun diskConfigs(value: Output<List<DiskInstantiationConfigArgs>>)
@JvmName(name = "rmdyotdanfvjfkph")
suspend fun diskConfigs(value: List<DiskInstantiationConfigArgs>?)

Parameters

value

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.


@JvmName(name = "vxcbamkiylnreaoh")
suspend fun diskConfigs(vararg values: Output<DiskInstantiationConfigArgs>)


@JvmName(name = "weqruexudjfplyef")
suspend fun diskConfigs(values: List<Output<DiskInstantiationConfigArgs>>)
@JvmName(name = "shhfihtipcetekgf")
suspend fun diskConfigs(vararg values: DiskInstantiationConfigArgs)

Parameters

values

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.


@JvmName(name = "brbiqgdljjieirul")
suspend fun diskConfigs(argument: List<suspend DiskInstantiationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "duibwcnauwenvajc")
suspend fun diskConfigs(vararg argument: suspend DiskInstantiationConfigArgsBuilder.() -> Unit)
@JvmName(name = "fudlhincidlrxonm")
suspend fun diskConfigs(argument: suspend DiskInstantiationConfigArgsBuilder.() -> Unit)

Parameters

argument

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.