GalleryOSDiskImageArgs

data class GalleryOSDiskImageArgs(val hostCaching: Output<HostCaching>? = null, val source: Output<GalleryArtifactVersionSourceArgs>? = null) : ConvertibleToJava<GalleryOSDiskImageArgs>

This is the OS disk image.

Constructors

Link copied to clipboard
constructor(hostCaching: Output<HostCaching>? = null, source: Output<GalleryArtifactVersionSourceArgs>? = 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

The gallery artifact version source.

Functions

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