diskConfigs

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


@JvmName(name = "vuysgwaueqntksmt")
suspend fun diskConfigs(values: List<Output<DiskInstantiationConfigArgs>>)
@JvmName(name = "wqeumpredckgnkcm")
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 = "uigpeynodvshjthw")
suspend fun diskConfigs(argument: List<suspend DiskInstantiationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "uyofpeagxlnhjuhc")
suspend fun diskConfigs(vararg argument: suspend DiskInstantiationConfigArgsBuilder.() -> Unit)
@JvmName(name = "droapxgeupvgiumu")
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.