Download Oracle VM VirtualBox Programming Guide and Reference

Transcript
6 Enumerations (enums)
6.17 CloneMode
Clone mode, used with IMachine::cloneTo().
MachineState Clone the state of the selected machine.
MachineAndChildStates Clone the state of the selected machine and its child snapshots if
present.
AllStates Clone all states (including all snapshots) of the machine, regardless of the machine
object used.
6.18 CloneOptions
Clone options, used with IMachine::cloneTo().
Link Create a clone VM where all virtual disks are linked to the original VM.
KeepAllMACs Don’t generate new MAC addresses of the attached network adapters.
KeepNATMACs Don’t generate new MAC addresses of the attached network adapters when
they are using NAT.
KeepDiskNames Don’t change the disk names.
6.19 CopyFileFlag
File copying flags.
None No flag set.
Recursive Copy directories recursively.
Update Only copy when the source file is newer than the destination file or when the destination
file is missing.
FollowLinks Follow symbolic links.
6.20 DataFlags
None
Mandatory
Expert
Array
FlagMask
6.21 DataType
Int32
Int8
String
293