We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 807cab5 + 4107f5b commit 43f9725Copy full SHA for 43f9725
interface.go
@@ -48,6 +48,8 @@ type HvRuntime struct {
48
LinuxInitrdFile string `json:",omitempty"` // File under ImagePath on host containing an initrd image for starting a Linux utility VM
49
LinuxKernelFile string `json:",omitempty"` // File under ImagePath on host containing a kernel for starting a Linux utility VM
50
LinuxBootParameters string `json:",omitempty"` // Additional boot parameters for starting a Linux Utility VM in initrd mode
51
+ BootSource string `json:",omitempty"` // "Vhd" for Linux Utility VM booting from VHD
52
+ WritableBootSource bool `json:",omitempty"` // Linux Utility VM booting from VHD
53
}
54
55
type MappedVirtualDisk struct {
0 commit comments