SourceInstanceParamsArgs

data class SourceInstanceParamsArgs(val diskConfigs: Output<List<DiskInstantiationConfigArgs>>? = null) : ConvertibleToJava<SourceInstanceParamsArgs>

A specification of the parameters to use when creating the instance template from a source instance.

Constructors

Link copied to clipboard
fun SourceInstanceParamsArgs(diskConfigs: Output<List<DiskInstantiationConfigArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SourceInstanceParamsArgs

Properties

Link copied to clipboard

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.