Gallery OSDisk Image Args
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)