diskConfigs

@JvmName(name = "ecymbwuqlasgpmjs")
suspend fun diskConfigs(value: Output<List<DiskInstantiationConfigArgs>>)
@JvmName(name = "archwfveklugeoyo")
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 = "ydumcynnqimajuod")
suspend fun diskConfigs(vararg values: Output<DiskInstantiationConfigArgs>)


@JvmName(name = "fbtaiwaltsmovhug")
suspend fun diskConfigs(values: List<Output<DiskInstantiationConfigArgs>>)
@JvmName(name = "eqmndarkyrawidsr")
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 = "cfplypsvrajdsdyk")
suspend fun diskConfigs(argument: List<suspend DiskInstantiationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "pvjwhlcrmfopkapp")
suspend fun diskConfigs(vararg argument: suspend DiskInstantiationConfigArgsBuilder.() -> Unit)
@JvmName(name = "ovxsodiugqsagymv")
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.