diskConfigs

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


@JvmName(name = "kjxoxluikbkfvxlv")
suspend fun diskConfigs(values: List<Output<DiskInstantiationConfigArgs>>)
@JvmName(name = "stmmfherwfshlfgt")
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 = "vxibnlouuqvsbewe")
suspend fun diskConfigs(argument: List<suspend DiskInstantiationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "jhxedkhywikjpjrj")
suspend fun diskConfigs(vararg argument: suspend DiskInstantiationConfigArgsBuilder.() -> Unit)
@JvmName(name = "iunliqewcfsnjdnw")
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.