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