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
fun GalleryOSDiskImageArgs(hostCaching: Output<HostCaching>? = null, source: Output<GalleryArtifactVersionSourceArgs>? = null)

Functions

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

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.