CustomImagePropertiesFromVmArgs

data class CustomImagePropertiesFromVmArgs(val linuxOsInfo: Output<LinuxOsInfoArgs>? = null, val sourceVmId: Output<String>? = null, val windowsOsInfo: Output<WindowsOsInfoArgs>? = null) : ConvertibleToJava<CustomImagePropertiesFromVmArgs>

Properties for creating a custom image from a virtual machine.

Constructors

Link copied to clipboard
constructor(linuxOsInfo: Output<LinuxOsInfoArgs>? = null, sourceVmId: Output<String>? = null, windowsOsInfo: Output<WindowsOsInfoArgs>? = null)

Properties

Link copied to clipboard
val linuxOsInfo: Output<LinuxOsInfoArgs>? = null

The Linux OS information of the VM.

Link copied to clipboard
val sourceVmId: Output<String>? = null

The source vm identifier.

Link copied to clipboard
val windowsOsInfo: Output<WindowsOsInfoArgs>? = null

The Windows OS information of the VM.

Functions

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