ImageDiskReferenceResponse

data class ImageDiskReferenceResponse(val id: String, val lun: Int? = null)

The source image used for creating the disk.

Constructors

Link copied to clipboard
constructor(id: String, lun: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

A relative uri containing either a Platform Image Repository or user image reference.

Link copied to clipboard
val lun: Int? = null

If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.