ImageDiskReferenceArgs

data class ImageDiskReferenceArgs(val id: Output<String>, val lun: Output<Int>? = null) : ConvertibleToJava<ImageDiskReferenceArgs>

The source image used for creating the disk.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

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

Link copied to clipboard
val lun: Output<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.

Functions

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