Custom Image Properties From Vm Response
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)