# Functions
CreateLCOW creates an HCS compute system representing a utility VM.
CreateWCOW creates an HCS compute system representing a utility VM.
NewDefaultOptionsLCOW creates the default options for a bootable version of LCOW.
NewDefaultOptionsWCOW creates the default options for a bootable version of WCOW.
# Constants
DefaultVPMEMCount is the default number of VPMem devices that may be added to an LCOW utility VM if the create request doesn't specify how many.
4GB.
InitrdFile is the default file name for an initrd.img used to boot LCOW.
KernelFile is the default file name for a kernel used to boot LCOW.
MaxVPMEMCount is the maximum number of VPMem devices that may be added to an LCOW utility VM.
No description provided by the author
No description provided by the author
UncompressedKernelFile is the default file name for an uncompressed kernel used to boot LCOW with KernelDirect.
VhdFile is the default file name for a rootfs.vhd used to boot LCOW.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Options are the set of options passed to Create() to create a utility vm.
OptionsLCOW are the set of options passed to CreateLCOW() to create a utility vm.
OptionsWCOW are the set of options passed to CreateWCOW() to create a utility vm.
UtilityVM is the object used by clients representing a utility VM.
# Type aliases
OutputHandler is used to process the output from the program run in the UVM.
No description provided by the author