CustomImagePropertiesFromVmResponse

data class CustomImagePropertiesFromVmResponse(val linuxOsInfo: LinuxOsInfoResponse? = null, val sourceVmId: String? = null, val windowsOsInfo: WindowsOsInfoResponse? = null)

Properties for creating a custom image from a virtual machine.

Constructors

Link copied to clipboard
constructor(linuxOsInfo: LinuxOsInfoResponse? = null, sourceVmId: String? = null, windowsOsInfo: WindowsOsInfoResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Linux OS information of the VM.

Link copied to clipboard
val sourceVmId: String? = null

The source vm identifier.

Link copied to clipboard

The Windows OS information of the VM.