GalleryOSDiskImageArgs

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

This is the OS disk image.

Constructors

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

The source for the disk image.

Functions

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