Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
VGPU State `xml:"vGPU"`
Networking State `xml:"Networking"`
MappedFolders MappedFolders `xml:"MappedFolders"`
LogonCommand LogonCommand `xml:"LogonCommand"`
AudioInput State `xml:"AudioInput"`
VideoInput State `xml:"VideoInput"`
ProtectedClient State `xml:"ProtectedClient"`
PrinterRedirection State `xml:"PrinterRedirection"`
ClipboardRedirection State `xml:"ClipboardRedirection"`
MemoryInMB int `xml:"MemoryInMB"`
}
type LogonCommand ¶
type LogonCommand struct {
Command string `xml:"Command"`
}
type MappedFolder ¶
type MappedFolders ¶
type MappedFolders struct {
MappedFolders []MappedFolder `xml:"MappedFolder"`
}
type Sandbox ¶
type Sandbox struct {
Configuration Configuration
}
Click to show internal directories.
Click to hide internal directories.