GalleryDataDiskImageArgs

data class GalleryDataDiskImageArgs(val hostCaching: Output<HostCaching>? = null, val lun: Output<Int>, val source: Output<GalleryDiskImageSourceArgs>? = null) : ConvertibleToJava<GalleryDataDiskImageArgs>

This is the data disk image.

Constructors

Link copied to clipboard
constructor(hostCaching: Output<HostCaching>? = null, lun: Output<Int>, source: Output<GalleryDiskImageSourceArgs>? = null)

Properties

Link copied to clipboard
val hostCaching: Output<HostCaching>? = null

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'

Link copied to clipboard
val lun: Output<Int>

This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.

Link copied to clipboard
val source: Output<GalleryDiskImageSourceArgs>? = null

The source for the disk image.

Functions

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