Image Disk Device Mapping
data class ImageDiskDeviceMapping(val device: String? = null, val diskType: String? = null, val size: Int? = null, val snapshotId: String? = null)
Properties
Link copied to clipboard
Specifies the type of a disk in the combined custom image. If you specify this parameter, you can use a data disk snapshot as the data source of a system disk for creating an image. If it is not specified, the disk type is determined by the corresponding snapshot. Valid values: system, data,
Link copied to clipboard
Specifies a snapshot that is used to create a combined custom image.