A B C D E F G H I K L M N O P Q R S T U V W

A

abandon() - Method in class org.virtualbox_5_2.IToken
Releases this token.
AccessMode - Enum in org.virtualbox_5_2
Access mode for opening files.
addApproval(String) - Method in class org.virtualbox_5_2.IVetoEvent
Adds an approval on this event.
addDescription(VirtualSystemDescriptionType, String, String) - Method in class org.virtualbox_5_2.IVirtualSystemDescription
This method adds an additional description entry to the stack of already available descriptions for this virtual system.
addDiskEncryptionPassword(String, String, Boolean) - Method in class org.virtualbox_5_2.IConsole
Adds a password used for hard disk encryption/decryption.
addDiskEncryptionPasswords(List<String>, List<String>, Boolean) - Method in class org.virtualbox_5_2.IConsole
Adds a password used for hard disk encryption/decryption.
addFormats(List<String>) - Method in class org.virtualbox_5_2.IDnDBase
Adds MIME / Content-type formats to the supported formats.
addGlobalOption(DhcpOpt, String) - Method in class org.virtualbox_5_2.IDHCPServer
 
AdditionsFacilityClass - Enum in org.virtualbox_5_2
Guest Additions facility classes.
AdditionsFacilityStatus - Enum in org.virtualbox_5_2
Guest Additions facility states.
AdditionsFacilityType - Enum in org.virtualbox_5_2
Guest Additions facility IDs.
AdditionsRunLevelType - Enum in org.virtualbox_5_2
Guest Additions run level type.
AdditionsUpdateFlag - Enum in org.virtualbox_5_2
Guest Additions update flags.
addLocalMapping(String, Integer) - Method in class org.virtualbox_5_2.INATNetwork
 
addPasswords(List<String>, List<String>) - Method in class org.virtualbox_5_2.IAppliance
Adds a list of passwords required to import or export encrypted virtual machines.
addPortForwardRule(Boolean, String, NATProtocol, String, Integer, String, Integer) - Method in class org.virtualbox_5_2.INATNetwork
 
addRedirect(String, NATProtocol, String, Integer, String, Integer) - Method in class org.virtualbox_5_2.INATEngine
Adds a new NAT port-forwarding rule.
addStorageController(String, StorageBus) - Method in class org.virtualbox_5_2.IMachine
Adds a new storage controller (SCSI, SAS or SATA controller) to the machine and returns it as an instance ofIStorageController.
addUSBController(String, USBControllerType) - Method in class org.virtualbox_5_2.IMachine
Adds a new USB controller to the machine and returns it as an instance ofIUSBController.
addUSBDeviceSource(String, String, String, List<String>, List<String>) - Method in class org.virtualbox_5_2.IHost
Adds a new USB device source.
addVeto(String) - Method in class org.virtualbox_5_2.IVetoEvent
Adds a veto on this event.
addVmSlotOption(String, Integer, DhcpOpt, String) - Method in class org.virtualbox_5_2.IDHCPServer
 
adoptSavedState(String) - Method in class org.virtualbox_5_2.IMachine
Associates the given saved state file to the virtual machine.
APICMode - Enum in org.virtualbox_5_2
BIOS APIC initialization mode.
applyDefaults(String) - Method in class org.virtualbox_5_2.IMachine
Applies the defaults for the configured guest OS type.
asLong() - Method in class org.virtualbox_5_2.IPCIAddress
Convert PCI address into long.
attachDevice(String, Integer, Integer, DeviceType, IMedium) - Method in class org.virtualbox_5_2.IMachine
Attaches a device and optionally mounts a medium to the given storage controller (IStorageController, identified by name), at the indicated port and device.
attachDeviceWithoutMedium(String, Integer, Integer, DeviceType) - Method in class org.virtualbox_5_2.IMachine
Attaches a device and optionally mounts a medium to the given storage controller (IStorageController, identified by name), at the indicated port and device.
attachFramebuffer(Long, IFramebuffer) - Method in class org.virtualbox_5_2.IDisplay
Sets the graphics update target for a screen.
attachHostPCIDevice(Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Attaches host PCI device with the given (host) PCI address to the PCI bus of the virtual machine.
attachUSBDevice(String, String) - Method in class org.virtualbox_5_2.IConsole
Attaches a host USB device with the given UUID to the USB controller of the virtual machine.
AudioCodecType - Enum in org.virtualbox_5_2
The exact variant of audio codec hardware presented to the guest; seeIAudioAdapter.getAudioCodec().
AudioControllerType - Enum in org.virtualbox_5_2
Virtual audio controller type.
AudioDriverType - Enum in org.virtualbox_5_2
Host audio driver type.
AuthType - Enum in org.virtualbox_5_2
VirtualBox authentication type.
AutostopType - Enum in org.virtualbox_5_2
Autostop types, used withIMachine.getAutostopType().

B

BandwidthGroupType - Enum in org.virtualbox_5_2
Type of a bandwidth control group.
BIOSBootMenuMode - Enum in org.virtualbox_5_2
BIOS boot menu mode.
BitmapFormat - Enum in org.virtualbox_5_2
Format of a bitmap.

C

cancel() - Method in class org.virtualbox_5_2.IDnDTarget
Requests cancelling the current operation.
cancel() - Method in class org.virtualbox_5_2.IProgress
Cancels the task.
canShowConsoleWindow() - Method in class org.virtualbox_5_2.IMachine
Returns true if the VM console process can activate the console window and bring it to foreground on the desktop of the host PC.
cd(String) - Method in class org.virtualbox_5_2.IVFSExplorer
Change the current directory level.
cdUp() - Method in class org.virtualbox_5_2.IVFSExplorer
Go one directory upwards from the current directory level.
CertificateVersion - Enum in org.virtualbox_5_2
X.509 certificate version numbers.
changeEncryption(String, String, String, String) - Method in class org.virtualbox_5_2.IMedium
Starts encryption of this medium.
checkEncryptionPassword(String) - Method in class org.virtualbox_5_2.IMedium
Checks whether the supplied password is correct for the medium.
checkFirmwarePresent(FirmwareType, String, Holder<String>, Holder<String>) - Method in class org.virtualbox_5_2.IVirtualBox
Check if this VirtualBox installation has a firmware of the given type available, either system-wide or per-user.
ChipsetType - Enum in org.virtualbox_5_2
Type of emulated chipset (mostly southbridge).
cleanup() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
CleanupMode - Enum in org.virtualbox_5_2
Cleanup mode, used withIMachine.unregister(org.virtualbox_5_2.CleanupMode).
clearAllDiskEncryptionPasswords() - Method in class org.virtualbox_5_2.IConsole
Clears all provided supplied disk encryption passwords.
ClipboardMode - Enum in org.virtualbox_5_2
Host-Guest clipboard interchange mode.
CloneMode - Enum in org.virtualbox_5_2
Clone mode, used withIMachine.cloneTo(org.virtualbox_5_2.IMachine,org.virtualbox_5_2.CloneMode,List).
CloneOptions - Enum in org.virtualbox_5_2
Clone options, used withIMachine.cloneTo(org.virtualbox_5_2.IMachine,org.virtualbox_5_2.CloneMode,List).
cloneTo(IMachine, CloneMode, List<CloneOptions>) - Method in class org.virtualbox_5_2.IMachine
Creates a clone of this machine, either as a full clone (which means creating independent copies of the hard disk media, save states and so on), or as a linked clone (which uses its own differencing media, sharing the parent media with the source machine).
cloneTo(IMedium, List<MediumVariant>, IMedium) - Method in class org.virtualbox_5_2.IMedium
Starts creating a clone of this medium in the format and at the location defined by the target argument.
cloneToBase(IMedium, List<MediumVariant>) - Method in class org.virtualbox_5_2.IMedium
Starts creating a clone of this medium in the format and at the location defined by the target argument.
close() - Method in class org.virtualbox_5_2.IDirectory
Closes this directory.
close() - Method in class org.virtualbox_5_2.IFile
Closes this file.
close() - Method in class org.virtualbox_5_2.IGuestSession
Closes this session.
close() - Method in class org.virtualbox_5_2.IMedium
Closes this medium.
closeMachineSession(ISession) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
compact() - Method in class org.virtualbox_5_2.IMedium
Starts compacting of this medium.
composeMachineFilename(String, String, String, String) - Method in class org.virtualbox_5_2.IVirtualBox
Returns a recommended full path of the settings file name for a new virtual machine.
connect(String, String, String) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
connect(String, String, String, Map<String, Object>, Map<String, Object>) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
constructMedia() - Method in class org.virtualbox_5_2.IUnattended
Constructors the necessary ISO/VISO/Floppy images, with unattended scripts and all necessary bits on them.
convertEnums(Class<T1>, Class<T2>, List<T1>) - Static method in class org.virtualbox_5_2.Helper
 
CPUPropertyType - Enum in org.virtualbox_5_2
Virtual CPU property type.
createAggregator(List<IEventSource>) - Method in class org.virtualbox_5_2.IEventSource
Creates an aggregator event source, collecting events from multiple sources.
createAppliance() - Method in class org.virtualbox_5_2.IVirtualBox
Creates a new appliance object, which represents an appliance in the Open Virtual Machine Format (OVF).
createBandwidthGroup(String, BandwidthGroupType, Long) - Method in class org.virtualbox_5_2.IBandwidthControl
Creates a new bandwidth group.
createBaseStorage(Long, List<MediumVariant>) - Method in class org.virtualbox_5_2.IMedium
Starts creating a hard disk storage unit (fixed/dynamic, according to the variant flags) in in the background.
createDeviceFilter(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilters
Creates a new USB device filter.
createDHCPServer(String) - Method in class org.virtualbox_5_2.IVirtualBox
Creates a DHCP server settings to be used for the given internal network name
createDiffStorage(IMedium, List<MediumVariant>) - Method in class org.virtualbox_5_2.IMedium
Starts creating an empty differencing storage unit based on this medium in the format and at the location defined by the target argument.
createHostOnlyNetworkInterface(Holder<IHostNetworkInterface>) - Method in class org.virtualbox_5_2.IHost
Creates a new adapter for Host Only Networking.
createInstance(String) - Static method in class org.virtualbox_5_2.VirtualBoxManager
 
createListener() - Method in class org.virtualbox_5_2.IEventSource
Creates a new listener object, useful for passive mode.
createListener(Object) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
createMachine(String, String, List<String>, String, String) - Method in class org.virtualbox_5_2.IVirtualBox
Creates a new virtual machine by creating a machine settings file at the given location.
createMedium(String, String, AccessMode, DeviceType) - Method in class org.virtualbox_5_2.IVirtualBox
Creates a new base medium object that will use the given storage format and location for medium data.
createNATNetwork(String) - Method in class org.virtualbox_5_2.IVirtualBox
 
createSession(String, String, String, String) - Method in class org.virtualbox_5_2.IGuest
Creates a new guest session for controlling the guest.
createSharedFolder(String, String, Boolean, Boolean) - Method in class org.virtualbox_5_2.IConsole
Creates a transient new shared folder by associating the given logical name with the given host path, adds it to the collection of shared folders and starts sharing it.
createSharedFolder(String, String, Boolean, Boolean) - Method in class org.virtualbox_5_2.IMachine
Creates a new permanent shared folder by associating the given logical name with the given host path, adds it to the collection of shared folders and starts sharing it.
createSharedFolder(String, String, Boolean, Boolean) - Method in class org.virtualbox_5_2.IVirtualBox
Creates a new global shared folder by associating the given logical name with the given host path, adds it to the collection of shared folders and starts sharing it.
createUnattendedInstaller() - Method in class org.virtualbox_5_2.IVirtualBox
Creates a newIUnattendedguest installation object.
createUSBDeviceFilter(String) - Method in class org.virtualbox_5_2.IHost
Creates a new USB device filter.
createVFSExplorer(String) - Method in class org.virtualbox_5_2.IAppliance
Returns aIVFSExplorerobject for the given URI.

D

DataFlags - Enum in org.virtualbox_5_2
 
DataType - Enum in org.virtualbox_5_2
 
decodeBase64(String) - Static method in class org.virtualbox_5_2.Helper
 
deinitPerThread() - Static method in class org.virtualbox_5_2.VirtualBoxManager
 
deleteBandwidthGroup(String) - Method in class org.virtualbox_5_2.IBandwidthControl
Deletes a new bandwidth group.
deleteConfig(List<IMedium>) - Method in class org.virtualbox_5_2.IMachine
Deletes the files associated with this machine from disk.
deleteGuestProperty(String) - Method in class org.virtualbox_5_2.IMachine
Deletes an entry from the machine's guest property store.
deleteSnapshot(String) - Method in class org.virtualbox_5_2.IMachine
Starts deleting the specified snapshot asynchronously.
deleteSnapshotAndAllChildren(String) - Method in class org.virtualbox_5_2.IMachine
Starts deleting the specified snapshot and all its children asynchronously.
deleteSnapshotRange(String, String) - Method in class org.virtualbox_5_2.IMachine
Starts deleting the specified snapshot range.
deleteStorage() - Method in class org.virtualbox_5_2.IMedium
Starts deleting the storage unit of this medium.
describeFileExtensions(Holder<List<String>>, Holder<List<DeviceType>>) - Method in class org.virtualbox_5_2.IMediumFormat
Returns two arrays describing the supported file extensions.
describeProperties(Holder<List<String>>, Holder<List<String>>, Holder<List<DataType>>, Holder<List<Long>>, Holder<List<String>>) - Method in class org.virtualbox_5_2.IMediumFormat
Returns several arrays describing the properties supported by this format.
detachDevice(String, Integer, Integer) - Method in class org.virtualbox_5_2.IMachine
Detaches the device attached to a device slot of the specified bus.
detachFramebuffer(Long, String) - Method in class org.virtualbox_5_2.IDisplay
Removes the graphics updates target for a screen.
detachHostPCIDevice(Integer) - Method in class org.virtualbox_5_2.IMachine
Detach host PCI device from the virtual machine.
detachScreens(List<Integer>) - Method in class org.virtualbox_5_2.IDisplay
Unplugs monitors from the virtual graphics card.
detachUSBDevice(String) - Method in class org.virtualbox_5_2.IConsole
Detaches an USB device with the given UUID from the USB controller of the virtual machine.
detectIsoOS() - Method in class org.virtualbox_5_2.IUnattended
Detects the OS on the ISO given byIUnattended.getIsoPath()and setsIUnattended.getDetectedOSTypeId(),IUnattended.getDetectedOSVersion()IUnattended.getDetectedOSFlavor(),IUnattended.getDetectedOSLanguages(), andIUnattended.getDetectedOSHints().
detectOS() - Method in class org.virtualbox_5_2.IMachineDebugger
Tries to (re-)detect the guest OS kernel.
DeviceActivity - Enum in org.virtualbox_5_2
Device activity forIConsole.getDeviceActivity(List).
DeviceType - Enum in org.virtualbox_5_2
Device type.
DhcpOpt - Enum in org.virtualbox_5_2
 
DhcpOptEncoding - Enum in org.virtualbox_5_2
 
DHCPRediscover() - Method in class org.virtualbox_5_2.IHostNetworkInterface
refreshes the IP configuration for DHCP-enabled interface.
directoryCopy(String, String, List<DirectoryCopyFlags>) - Method in class org.virtualbox_5_2.IGuestSession
Recursively copies a directory from one guest location to another.
DirectoryCopyFlags - Enum in org.virtualbox_5_2
Directory copying flags.
directoryCopyFromGuest(String, String, List<DirectoryCopyFlags>) - Method in class org.virtualbox_5_2.IGuestSession
Recursively copies a directory from the guest to the host.
directoryCopyToGuest(String, String, List<DirectoryCopyFlags>) - Method in class org.virtualbox_5_2.IGuestSession
Recursively copies a directory from the host to the guest.
directoryCreate(String, Long, List<DirectoryCreateFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Creates a directory in the guest.
DirectoryCreateFlag - Enum in org.virtualbox_5_2
Directory creation flags.
directoryCreateTemp(String, Long, String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Creates a temporary directory in the guest.
directoryExists(String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Checks whether a directory exists in the guest or not.
directoryOpen(String, String, List<DirectoryOpenFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Opens a directory in the guest and creates aIGuestDirectoryobject that can be used for further operations.
DirectoryOpenFlag - Enum in org.virtualbox_5_2
Directory open flags.
directoryRemove(String) - Method in class org.virtualbox_5_2.IGuestSession
Removes a guest directory if empty.
DirectoryRemoveRecFlag - Enum in org.virtualbox_5_2
Directory recursive removement flags.
directoryRemoveRecursive(String, List<DirectoryRemoveRecFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Removes a guest directory recursively.
disableMetrics(List<String>, List<IUnknown>) - Method in class org.virtualbox_5_2.IPerformanceCollector
Turns off collecting specified base metrics.
discardSavedState(Boolean) - Method in class org.virtualbox_5_2.IMachine
Forcibly resets the machine to "Powered Off" state if it is currently in the "Saved" state (previously created byIMachine.saveState()).
discardSettings() - Method in class org.virtualbox_5_2.IMachine
Discards any changes to the machine settings made since the session has been opened or since the last call toIMachine.saveSettings()orIMachine.discardSettings().
disconnect() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
DnDAction - Enum in org.virtualbox_5_2
Possible actions of a drag'n drop operation.
DnDMode - Enum in org.virtualbox_5_2
Drag and drop interchange mode.
done() - Method in class org.virtualbox_5_2.IUnattended
Done - time to start the VM.
dragIsPending(Long, Holder<List<String>>, Holder<List<DnDAction>>) - Method in class org.virtualbox_5_2.IDnDSource
Ask the source if there is any drag and drop operation pending.
drop(String, DnDAction) - Method in class org.virtualbox_5_2.IDnDSource
Informs the source that a drop event occurred for a pending drag and drop operation.
drop(Long, Long, Long, DnDAction, List<DnDAction>, List<String>, Holder<String>) - Method in class org.virtualbox_5_2.IDnDTarget
Informs the target about a drop event.
dummy() - Method in class org.virtualbox_5_2.IToken
Purely a NOOP.
dumpGuestCore(String, String) - Method in class org.virtualbox_5_2.IMachineDebugger
Takes a core dump of the guest.
dumpGuestStack(Long) - Method in class org.virtualbox_5_2.IMachineDebugger
Produce a simple stack dump using the current guest state.
dumpHostProcessCore(String, String) - Method in class org.virtualbox_5_2.IMachineDebugger
Takes a core dump of the VM process on the host.
dumpStats(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Dumps VM statistics.

E

enableDynamicIPConfig() - Method in class org.virtualbox_5_2.IHostNetworkInterface
enables the dynamic IP configuration.
enableMetrics(List<String>, List<IUnknown>) - Method in class org.virtualbox_5_2.IPerformanceCollector
Turns on collecting specified base metrics.
enableStaticIPConfig(String, String) - Method in class org.virtualbox_5_2.IHostNetworkInterface
sets and enables the static IP V4 configuration for the given interface.
enableStaticIPConfigV6(String, Long) - Method in class org.virtualbox_5_2.IHostNetworkInterface
sets and enables the static IP V6 configuration for the given interface.
encodeBase64(byte[]) - Static method in class org.virtualbox_5_2.Helper
 
enter(Long, Long, Long, DnDAction, List<DnDAction>, List<String>) - Method in class org.virtualbox_5_2.IDnDTarget
Informs the target about a drag and drop enter event.
entryList(Holder<List<String>>, Holder<List<Long>>, Holder<List<Long>>, Holder<List<Long>>) - Method in class org.virtualbox_5_2.IVFSExplorer
Returns a list of files/directories after a call toIVFSExplorer.update().
enumerateGuestProperties(String, Holder<List<String>>, Holder<List<String>>, Holder<List<Long>>, Holder<List<String>>) - Method in class org.virtualbox_5_2.IMachine
Return a list of the guest properties matching a set of patterns along with their values, time stamps and flags.
environmentDoesBaseVariableExist(String) - Method in class org.virtualbox_5_2.IGuestSession
Checks if the given environment variable exists in the session's base environment (IGuestSession.getEnvironmentBase()).
environmentGetBaseVariable(String) - Method in class org.virtualbox_5_2.IGuestSession
Gets an environment variable from the session's base environment (IGuestSession.getEnvironmentBase()).
environmentScheduleSet(String, String) - Method in class org.virtualbox_5_2.IGuestSession
Schedules setting an environment variable when creating the next guest process.
environmentScheduleUnset(String) - Method in class org.virtualbox_5_2.IGuestSession
Schedules unsetting (removing) an environment variable when creating the next guest process.
eventProcessed(IEventListener, IEvent) - Method in class org.virtualbox_5_2.IEventSource
Must be called for waitable events after a particular listener finished its event processing.
exists(List<String>) - Method in class org.virtualbox_5_2.IVFSExplorer
Checks if the given file list exists in the current directory level.
ExportOptions - Enum in org.virtualbox_5_2
Export options, used withIAppliance.write(String,List,String).
exportTo(IAppliance, String) - Method in class org.virtualbox_5_2.IMachine
Exports the machine to an OVF appliance.

F

FaultToleranceState - Enum in org.virtualbox_5_2
Used withIMachine.getFaultToleranceState().
FileAccessMode - Enum in org.virtualbox_5_2
File open access mode for use withIGuestSession.fileOpen(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,Long)andIGuestSession.fileOpenEx(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,org.virtualbox_5_2.FileSharingMode,Long,List).
fileCopy(String, String, List<FileCopyFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Copies a file from one guest location to another.
FileCopyFlag - Enum in org.virtualbox_5_2
File copying flags.
fileCopyFromGuest(String, String, List<FileCopyFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Copies a file from the guest to the host.
fileCopyToGuest(String, String, List<FileCopyFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Copies a file from the host to the guest.
fileCreateTemp(String, Long, String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Creates a temporary file in the guest.
fileExists(String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Checks whether a regular file exists in the guest or not.
fileOpen(String, FileAccessMode, FileOpenAction, Long) - Method in class org.virtualbox_5_2.IGuestSession
Opens a file and creates aIGuestFileobject that can be used for further operations.
FileOpenAction - Enum in org.virtualbox_5_2
What actionIGuestSession.fileOpen(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,Long)andIGuestSession.fileOpenEx(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,org.virtualbox_5_2.FileSharingMode,Long,List)should take whether the file being opened exists or not.
fileOpenEx(String, FileAccessMode, FileOpenAction, FileSharingMode, Long, List<FileOpenExFlags>) - Method in class org.virtualbox_5_2.IGuestSession
Opens a file and creates aIGuestFileobject that can be used for further operations, extended version.
FileOpenExFlags - Enum in org.virtualbox_5_2
Open flags forIGuestSession.fileOpenEx(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,org.virtualbox_5_2.FileSharingMode,Long,List).
fileQuerySize(String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Queries the size of a regular file in the guest.
FileSeekOrigin - Enum in org.virtualbox_5_2
What a file seek (IFile.seek(Long,org.virtualbox_5_2.FileSeekOrigin)) is relative to.
FileSharingMode - Enum in org.virtualbox_5_2
File sharing mode forIGuestSession.fileOpenEx(String,org.virtualbox_5_2.FileAccessMode,org.virtualbox_5_2.FileOpenAction,org.virtualbox_5_2.FileSharingMode,Long,List).
FileStatus - Enum in org.virtualbox_5_2
File statuses.
finalize() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
findDHCPServerByNetworkName(String) - Method in class org.virtualbox_5_2.IVirtualBox
Searches a DHCP server settings to be used for the given internal network name
findHostDVDDrive(String) - Method in class org.virtualbox_5_2.IHost
Searches for a host DVD drive with the given name.
findHostFloppyDrive(String) - Method in class org.virtualbox_5_2.IHost
Searches for a host floppy drive with the given name.
findHostNetworkInterfaceById(String) - Method in class org.virtualbox_5_2.IHost
Searches through all host network interfaces for an interface with the given GUID.
findHostNetworkInterfaceByName(String) - Method in class org.virtualbox_5_2.IHost
Searches through all host network interfaces for an interface with the given name.
findHostNetworkInterfacesOfType(HostNetworkInterfaceType) - Method in class org.virtualbox_5_2.IHost
Searches through all host network interfaces and returns a list of interfaces of the specified type
findMachine(String) - Method in class org.virtualbox_5_2.IVirtualBox
Attempts to find a virtual machine given its name or UUID.
findNATNetworkByName(String) - Method in class org.virtualbox_5_2.IVirtualBox
 
findSession(String) - Method in class org.virtualbox_5_2.IGuest
Finds guest sessions by their friendly name and returns an interface array with all found guest sessions.
findSnapshot(String) - Method in class org.virtualbox_5_2.IMachine
Returns a snapshot of this machine with the given name or UUID.
findUSBDeviceByAddress(String) - Method in class org.virtualbox_5_2.IConsole
Searches for a USB device with the given host address.
findUSBDeviceByAddress(String) - Method in class org.virtualbox_5_2.IHost
Searches for a USB device with the given host address.
findUSBDeviceById(String) - Method in class org.virtualbox_5_2.IConsole
Searches for a USB device with the given UUID.
findUSBDeviceById(String) - Method in class org.virtualbox_5_2.IHost
Searches for a USB device with the given UUID.
fireEvent(IEvent, Integer) - Method in class org.virtualbox_5_2.IEventSource
Fire an event for this source.
FirmwareType - Enum in org.virtualbox_5_2
Firmware type.
FramebufferCapabilities - Enum in org.virtualbox_5_2
Framebuffer capability flags.
fromLong(Integer) - Method in class org.virtualbox_5_2.IPCIAddress
Make PCI address from long.
fromValue(long) - Static method in enum org.virtualbox_5_2.AccessMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AccessMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AdditionsFacilityClass
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityClass
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AdditionsFacilityStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AdditionsFacilityType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AdditionsRunLevelType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AdditionsRunLevelType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AdditionsUpdateFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AdditionsUpdateFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.APICMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.APICMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AudioCodecType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AudioCodecType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AudioControllerType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AudioControllerType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AudioDriverType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AudioDriverType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AuthType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AuthType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.AutostopType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.AutostopType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.BandwidthGroupType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.BandwidthGroupType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.BIOSBootMenuMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.BIOSBootMenuMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.BitmapFormat
 
fromValue(String) - Static method in enum org.virtualbox_5_2.BitmapFormat
 
fromValue(long) - Static method in enum org.virtualbox_5_2.CertificateVersion
 
fromValue(String) - Static method in enum org.virtualbox_5_2.CertificateVersion
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ChipsetType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ChipsetType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.CleanupMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.CleanupMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ClipboardMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ClipboardMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.CloneMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.CloneMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.CloneOptions
 
fromValue(String) - Static method in enum org.virtualbox_5_2.CloneOptions
 
fromValue(long) - Static method in enum org.virtualbox_5_2.CPUPropertyType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.CPUPropertyType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DataFlags
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DataFlags
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DataType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DataType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DeviceActivity
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DeviceActivity
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DeviceType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DeviceType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DhcpOpt
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DhcpOpt
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DhcpOptEncoding
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DhcpOptEncoding
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DirectoryCopyFlags
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DirectoryCopyFlags
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DirectoryCreateFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DirectoryCreateFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DirectoryOpenFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DirectoryOpenFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DirectoryRemoveRecFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DirectoryRemoveRecFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DnDAction
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DnDAction
 
fromValue(long) - Static method in enum org.virtualbox_5_2.DnDMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.DnDMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ExportOptions
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ExportOptions
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FaultToleranceState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FaultToleranceState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileAccessMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileAccessMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileCopyFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileCopyFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileOpenAction
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileOpenAction
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileOpenExFlags
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileOpenExFlags
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileSeekOrigin
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileSeekOrigin
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileSharingMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileSharingMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FileStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FileStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FirmwareType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FirmwareType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FramebufferCapabilities
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FramebufferCapabilities
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FsObjMoveFlags
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FsObjMoveFlags
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FsObjRenameFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FsObjRenameFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.FsObjType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.FsObjType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GraphicsControllerType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GraphicsControllerType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestMonitorChangedEventType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestMonitorChangedEventType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestMonitorStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestMonitorStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestMouseEventMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestMouseEventMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestSessionStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestSessionStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestSessionWaitForFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestSessionWaitForFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestSessionWaitResult
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestSessionWaitResult
 
fromValue(long) - Static method in enum org.virtualbox_5_2.GuestUserState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.GuestUserState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceMediumType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceMediumType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.HWVirtExPropertyType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.HWVirtExPropertyType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ImportOptions
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ImportOptions
 
fromValue(long) - Static method in enum org.virtualbox_5_2.KeyboardHIDType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.KeyboardHIDType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.KeyboardLED
 
fromValue(String) - Static method in enum org.virtualbox_5_2.KeyboardLED
 
fromValue(long) - Static method in enum org.virtualbox_5_2.LockType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.LockType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MachineState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MachineState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MediumFormatCapabilities
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MediumFormatCapabilities
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MediumState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MediumState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MediumType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MediumType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MediumVariant
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MediumVariant
 
fromValue(long) - Static method in enum org.virtualbox_5_2.MouseButtonState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.MouseButtonState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.NATAliasMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.NATAliasMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.NATProtocol
 
fromValue(String) - Static method in enum org.virtualbox_5_2.NATProtocol
 
fromValue(long) - Static method in enum org.virtualbox_5_2.NetworkAdapterPromiscModePolicy
 
fromValue(String) - Static method in enum org.virtualbox_5_2.NetworkAdapterPromiscModePolicy
 
fromValue(long) - Static method in enum org.virtualbox_5_2.NetworkAdapterType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.NetworkAdapterType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.NetworkAttachmentType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.NetworkAttachmentType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ParavirtProvider
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ParavirtProvider
 
fromValue(long) - Static method in enum org.virtualbox_5_2.PathStyle
 
fromValue(String) - Static method in enum org.virtualbox_5_2.PathStyle
 
fromValue(long) - Static method in enum org.virtualbox_5_2.PointingHIDType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.PointingHIDType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.PortMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.PortMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessCreateFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessCreateFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessInputFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessInputFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessInputStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessInputStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessorFeature
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessorFeature
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessOutputFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessOutputFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessPriority
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessPriority
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessStatus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessStatus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessWaitForFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessWaitForFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ProcessWaitResult
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ProcessWaitResult
 
fromValue(long) - Static method in enum org.virtualbox_5_2.Reason
 
fromValue(String) - Static method in enum org.virtualbox_5_2.Reason
 
fromValue(long) - Static method in enum org.virtualbox_5_2.Scope
 
fromValue(String) - Static method in enum org.virtualbox_5_2.Scope
 
fromValue(long) - Static method in enum org.virtualbox_5_2.ScreenLayoutMode
 
fromValue(String) - Static method in enum org.virtualbox_5_2.ScreenLayoutMode
 
fromValue(long) - Static method in enum org.virtualbox_5_2.SessionState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.SessionState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.SessionType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.SessionType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.SettingsVersion
 
fromValue(String) - Static method in enum org.virtualbox_5_2.SettingsVersion
 
fromValue(long) - Static method in enum org.virtualbox_5_2.StorageBus
 
fromValue(String) - Static method in enum org.virtualbox_5_2.StorageBus
 
fromValue(long) - Static method in enum org.virtualbox_5_2.StorageControllerType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.StorageControllerType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.SymlinkReadFlag
 
fromValue(String) - Static method in enum org.virtualbox_5_2.SymlinkReadFlag
 
fromValue(long) - Static method in enum org.virtualbox_5_2.SymlinkType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.SymlinkType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.TouchContactState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.TouchContactState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.USBConnectionSpeed
 
fromValue(String) - Static method in enum org.virtualbox_5_2.USBConnectionSpeed
 
fromValue(long) - Static method in enum org.virtualbox_5_2.USBControllerType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.USBControllerType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.USBDeviceFilterAction
 
fromValue(String) - Static method in enum org.virtualbox_5_2.USBDeviceFilterAction
 
fromValue(long) - Static method in enum org.virtualbox_5_2.USBDeviceState
 
fromValue(String) - Static method in enum org.virtualbox_5_2.USBDeviceState
 
fromValue(long) - Static method in enum org.virtualbox_5_2.VBoxEventType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.VBoxEventType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.VFSType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.VFSType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionType
 
fromValue(long) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionValueType
 
fromValue(String) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionValueType
 
fsObjExists(String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Checks whether a file system object (file, directory, etc) exists in the guest or not.
fsObjMove(String, String, List<FsObjMoveFlags>) - Method in class org.virtualbox_5_2.IGuestSession
Moves a file system object (file, directory, symlink, etc) from one guest location to another.
FsObjMoveFlags - Enum in org.virtualbox_5_2
File moving flags.
fsObjQueryInfo(String, Boolean) - Method in class org.virtualbox_5_2.IGuestSession
Queries information about a file system object (file, directory, etc) in the guest.
fsObjRemove(String) - Method in class org.virtualbox_5_2.IGuestSession
Removes a file system object (file, symlink, etc) in the guest.
fsObjRename(String, String, List<FsObjRenameFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Renames a file system object (file, directory, symlink, etc) in the guest.
FsObjRenameFlag - Enum in org.virtualbox_5_2
Flags for use when renaming file system objects (files, directories, symlink, etc), seeIGuestSession.fsObjRename(String,String,List).
fsObjSetACL(String, Boolean, String, Long) - Method in class org.virtualbox_5_2.IGuestSession
Sets the access control list (ACL) of a file system object (file, directory, etc) in the guest.
FsObjType - Enum in org.virtualbox_5_2
File system object (file) types.

G

generateMACAddress() - Method in class org.virtualbox_5_2.IHost
Generates a valid Ethernet MAC address, 12 hexadecimal characters.
getAbsoluteSupported() - Method in class org.virtualbox_5_2.IMouse
Whether the guest OS supports absolute mouse pointer positioning or not.
getAccelerate2DVideoEnabled() - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows this machine to make use of the 2D video acceleration support available on the host.
getAccelerate3DEnabled() - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows this machine to make use of the 3D graphics support available on the host.
getAcceleration3DAvailable() - Method in class org.virtualbox_5_2.IHost
Returns true when the host supports 3D hardware acceleration.
getAccessError() - Method in class org.virtualbox_5_2.IMachine
Error information describing the reason of machine inaccessibility.
getAccessible() - Method in class org.virtualbox_5_2.IMachine
Whether this virtual machine is currently accessible or not.
getAccessible() - Method in class org.virtualbox_5_2.ISharedFolder
Whether the folder defined by the host path is currently accessible or not.
getAccessMode() - Method in class org.virtualbox_5_2.IFile
The file access mode.
getAccessTime() - Method in class org.virtualbox_5_2.IFsObjInfo
Time of last access (st_atime).
getACPIEnabled() - Method in class org.virtualbox_5_2.IBIOSSettings
ACPI support flag.
getAction() - Method in class org.virtualbox_5_2.IHostUSBDeviceFilter
Action performed by the host when an attached USB device matches this filter.
getActive() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
Whether this filter active or has been temporarily disabled.
getActive() - Method in class org.virtualbox_5_2.IVRDEServerInfo
Whether the remote desktop connection is active.
getAdapterType() - Method in class org.virtualbox_5_2.IGuestOSType
Returns recommended network adapter for this OS type.
getAdapterType() - Method in class org.virtualbox_5_2.INetworkAdapter
Type of the virtual network adapter.
getAdd() - Method in class org.virtualbox_5_2.ICPUChangedEvent
Flag whether the CPU was added or removed.
getAdd() - Method in class org.virtualbox_5_2.IEventSourceChangedEvent
Flag whether listener was added or removed.
getAdditionsIsoPath() - Method in class org.virtualbox_5_2.IUnattended
Guest Additions ISO image path.
getAdditionsRevision() - Method in class org.virtualbox_5_2.IGuest
The internal build revision number of the installed Guest Additions.
getAdditionsRunLevel() - Method in class org.virtualbox_5_2.IGuest
Current run level of the installed Guest Additions.
getAdditionsStatus(AdditionsRunLevelType) - Method in class org.virtualbox_5_2.IGuest
Retrieve the current status of a certain Guest Additions run level.
getAdditionsVersion() - Method in class org.virtualbox_5_2.IGuest
Version of the installed Guest Additions in the same format asIVirtualBox.getVersion().
getAddress() - Method in class org.virtualbox_5_2.IUSBDevice
Host specific address of the device.
getAdvertiseDefaultIPv6RouteEnabled() - Method in class org.virtualbox_5_2.INATNetwork
 
getAdvertiseDefaultIPv6RouteEnabled() - Method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
getAlias() - Method in class org.virtualbox_5_2.IHostVideoInputDevice
An alias which can be used for IConsole::webcamAttach
getAliasMode() - Method in class org.virtualbox_5_2.INATEngine
 
getAllBandwidthGroups() - Method in class org.virtualbox_5_2.IBandwidthControl
Get all managed bandwidth groups.
getAllocatedSize() - Method in class org.virtualbox_5_2.IFsObjInfo
Disk allocation size (st_blocks * DEV_BSIZE).
getAllowedTypes() - Method in class org.virtualbox_5_2.IMedium
Returns which medium types can selected for this medium.
getAllowMultiConnection() - Method in class org.virtualbox_5_2.IVRDEServer
Flag whether multiple simultaneous connections to the VM are permitted.
getAllowTracingToAccessVM() - Method in class org.virtualbox_5_2.IMachine
Enables tracepoints in PDM devices and drivers to use the VMCPU or VM structures when firing off trace points.
getAlpha() - Method in class org.virtualbox_5_2.IFramebufferOverlay
The global alpha value for the overlay.
getAlpha() - Method in class org.virtualbox_5_2.IMousePointerShape
Flag whether the pointer has an alpha channel.
getAlpha() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
Flag whether the pointer has an alpha channel.
getAPICMode() - Method in class org.virtualbox_5_2.IBIOSSettings
APIC mode to set up by the firmware.
getAPIRevision() - Method in class org.virtualbox_5_2.IVirtualBox
To be defined exactly, but we need something that the Validation Kit can use to figure which methods and attributes can safely be used on a continuously changing trunk (and occasional branch).
getAPIVersion() - Method in class org.virtualbox_5_2.IVirtualBox
A string representing the VirtualBox API version number.
getApprovals() - Method in class org.virtualbox_5_2.IVetoEvent
Current approval reason list, if size is 0 - no approvals.
getArguments() - Method in class org.virtualbox_5_2.IProcess
The arguments this process is using for execution.
getAttached() - Method in class org.virtualbox_5_2.IUSBDeviceStateChangedEvent
true if the device was attached and false otherwise.
getAttachedPCIDevices() - Method in class org.virtualbox_5_2.IConsole
Array of PCI devices attached to this machine.
getAttachment() - Method in class org.virtualbox_5_2.IHostPCIDevicePlugEvent
Attachment info for this device.
getAttachmentType() - Method in class org.virtualbox_5_2.INetworkAdapter
Sets/Gets network attachment type of this network adapter.
getAudioAdapter() - Method in class org.virtualbox_5_2.IAudioAdapterChangedEvent
Audio adapter that is subject to change.
getAudioAdapter() - Method in class org.virtualbox_5_2.IMachine
Associated audio adapter, always present.
getAudioCodec() - Method in class org.virtualbox_5_2.IAudioAdapter
The exact variant of audio codec hardware presented to the guest.
getAudioController() - Method in class org.virtualbox_5_2.IAudioAdapter
The emulated audio controller.
getAudioDriver() - Method in class org.virtualbox_5_2.IAudioAdapter
Audio driver the adapter is connected to.
getAuthLibrary() - Method in class org.virtualbox_5_2.IVRDEServer
Library used for authentication of RDP clients by this VM.
getAuthTimeout() - Method in class org.virtualbox_5_2.IVRDEServer
Timeout for guest authentication.
getAuthType() - Method in class org.virtualbox_5_2.IVRDEServer
VRDE authentication method.
getAutoMount() - Method in class org.virtualbox_5_2.ISharedFolder
Whether the folder gets automatically mounted by the guest or not.
getAutoReset() - Method in class org.virtualbox_5_2.IMedium
Whether this differencing medium will be automatically reset each time a virtual machine it is attached to is powered up.
getAutostartDatabasePath() - Method in class org.virtualbox_5_2.ISystemProperties
The path to the autostart database.
getAutostartDelay() - Method in class org.virtualbox_5_2.IMachine
Number of seconds to wait until the VM should be started during system boot.
getAutostartEnabled() - Method in class org.virtualbox_5_2.IMachine
Enables autostart of the VM during system boot.
getAutostopType() - Method in class org.virtualbox_5_2.IMachine
Action type to do when the system is shutting down.
getAuxiliaryBasePath() - Method in class org.virtualbox_5_2.IUnattended
The path + basename for auxiliary files generated by the unattended installation.
getAvailable() - Method in class org.virtualbox_5_2.IVBoxSVCAvailabilityChangedEvent
Whether VBoxSVC is available now.
getBackend() - Method in class org.virtualbox_5_2.IUSBDevice
The backend which will be used to communicate with this device.
getBandwidthControl() - Method in class org.virtualbox_5_2.IMachine
Bandwidth control manager.
getBandwidthGroup(String) - Method in class org.virtualbox_5_2.IBandwidthControl
Get a bandwidth group by name.
getBandwidthGroup() - Method in class org.virtualbox_5_2.IBandwidthGroupChangedEvent
The changed bandwidth group.
getBandwidthGroup() - Method in class org.virtualbox_5_2.IMediumAttachment
The bandwidth group this medium attachment is assigned to.
getBandwidthGroup() - Method in class org.virtualbox_5_2.INetworkAdapter
The bandwidth group this network adapter is assigned to.
getBase() - Method in class org.virtualbox_5_2.IMedium
Base medium of this medium.
getBeginTime() - Method in class org.virtualbox_5_2.IVRDEServerInfo
When the last connection was established, in milliseconds since 1970-01-01 UTC.
getBIOSSettings() - Method in class org.virtualbox_5_2.IMachine
Object containing all BIOS settings.
getBirthTime() - Method in class org.virtualbox_5_2.IFsObjInfo
Time of file birth (st_birthtime).
getBitsPerPixel() - Method in class org.virtualbox_5_2.IFramebuffer
Color depth, in bits per pixel.
getBitsPerPixel() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getBootable() - Method in class org.virtualbox_5_2.IStorageController
Returns whether it is possible to boot from disks attached to this controller.
getBootMenuMode() - Method in class org.virtualbox_5_2.IBIOSSettings
Mode of the BIOS boot device menu.
getBootOrder(Long) - Method in class org.virtualbox_5_2.IMachine
Returns the device type that occupies the specified position in the boot order.
getBootPriority() - Method in class org.virtualbox_5_2.INetworkAdapter
Network boot priority of the adapter.
getBridgedInterface() - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the network interface the VM should be bridged to.
getBus() - Method in class org.virtualbox_5_2.IPCIAddress
Bus number.
getBus() - Method in class org.virtualbox_5_2.IStorageController
The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy).
getButtons() - Method in class org.virtualbox_5_2.IGuestMouseEvent
Button state bitmask.
getBytesPerLine() - Method in class org.virtualbox_5_2.IFramebuffer
Scan line size, in bytes.
getBytesReceived() - Method in class org.virtualbox_5_2.IVRDEServerInfo
How many bytes were received in last or current, if still active, connection.
getBytesReceivedTotal() - Method in class org.virtualbox_5_2.IVRDEServerInfo
How many bytes were received in all connections.
getBytesSent() - Method in class org.virtualbox_5_2.IVRDEServerInfo
How many bytes were sent in last or current, if still active, connection.
getBytesSentTotal() - Method in class org.virtualbox_5_2.IVRDEServerInfo
How many bytes were sent in all connections.
getCableConnected() - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether the adapter reports the cable as connected or not.
getCancelable() - Method in class org.virtualbox_5_2.IProgress
Whether the task can be interrupted.
getCanceled() - Method in class org.virtualbox_5_2.IProgress
Whether the task has been canceled.
getCapabilities() - Method in class org.virtualbox_5_2.IFramebuffer
Capabilities of the framebuffer instance.
getCapabilities() - Method in class org.virtualbox_5_2.IMediumFormat
Capabilities of the format as an array of the flags.
getCapsLock() - Method in class org.virtualbox_5_2.IKeyboardLedsChangedEvent
CapsLock status.
getCertificate() - Method in class org.virtualbox_5_2.IAppliance
The X.509 signing certificate, if the imported OVF was signed, null if not signed.
getCertificateAuthority() - Method in class org.virtualbox_5_2.ICertificate
Whether this certificate is a certificate authority.
getChangeTime() - Method in class org.virtualbox_5_2.IFsObjInfo
Time of last status change (st_ctime).
getChangeType() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
What was changed for this guest monitor.
getChildren() - Method in class org.virtualbox_5_2.IMedium
Children of this medium (all differencing media directly based on this medium).
getChildren() - Method in class org.virtualbox_5_2.ISnapshot
Child snapshots (all snapshots having this one as a parent).
getChildrenCount() - Method in class org.virtualbox_5_2.ISnapshot
Returns the number of direct children of this snapshot.
getChipsetType() - Method in class org.virtualbox_5_2.IMachine
Chipset type used in this VM.
getClassType() - Method in class org.virtualbox_5_2.IAdditionsFacility
The class this facility is part of.
getClientAPIVersion() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
getClientIP() - Method in class org.virtualbox_5_2.IVRDEServerInfo
The IP address of the client.
getClientName() - Method in class org.virtualbox_5_2.IVRDEServerInfo
The client name supplied by the client.
getClientVersion() - Method in class org.virtualbox_5_2.IVRDEServerInfo
The client software version number.
getClipboardMode() - Method in class org.virtualbox_5_2.IClipboardModeChangedEvent
The new clipboard mode.
getClipboardMode() - Method in class org.virtualbox_5_2.IMachine
Synchronization mode between the host OS clipboard and the guest OS clipboard.
getCompleted() - Method in class org.virtualbox_5_2.IProgress
Whether the task has been completed.
getComponent() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
Name of the component that generated the error.
getConsole() - Method in class org.virtualbox_5_2.ISession
Console object associated with this session.
getContactCount() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
Number of contacts in the event.
getContactFlags() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
Contact state.
getContactIds() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
Contact identifiers.
getController() - Method in class org.virtualbox_5_2.IMediumAttachment
Name of the storage controller of this attachment; this refers to one of the controllers inIMachine.getStorageControllers()by name.
getControllerType() - Method in class org.virtualbox_5_2.IStorageController
The exact variant of storage controller hardware presented to the guest.
getCount() - Method in class org.virtualbox_5_2.IPerformanceMetric
Number of recent samples retained by the performance collector for this metric.
getCount() - Method in class org.virtualbox_5_2.IVirtualSystemDescription
Return the number of virtual system description entries.
getCountry() - Method in class org.virtualbox_5_2.IUnattended
The 2 upper case letter country identifier, ISO 3166-1 alpha-2.
getCPU() - Method in class org.virtualbox_5_2.ICPUChangedEvent
The CPU which changed.
getCPUCount() - Method in class org.virtualbox_5_2.IMachine
Number of virtual CPUs in the VM.
getCPUExecutionCap() - Method in class org.virtualbox_5_2.IMachine
Means to limit the number of CPU cycles a guest can use.
getCPUHotPlugEnabled() - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows CPU hotplugging for this machine.
getCPUIDLeaf(Long, Long, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IMachine
Returns the virtual CPU cpuid information for the specified leaf.
getCPUIDLeafByOrdinal(Long, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IMachine
Used to enumerate CPUID information override values.
getCPUIDPortabilityLevel() - Method in class org.virtualbox_5_2.IMachine
Virtual CPUID portability level, the higher number the fewer newer or vendor specific CPU feature is reported to the guest (via the CPUID instruction).
getCPUProfile() - Method in class org.virtualbox_5_2.IMachine
Experimental feature to select the guest CPU profile.
getCPUProperty(CPUPropertyType) - Method in class org.virtualbox_5_2.IMachine
Returns the virtual CPU boolean value of the specified property.
getCPUStatus(Long) - Method in class org.virtualbox_5_2.IMachine
Returns the current status of the given CPU.
getCreate() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getCreationEvent() - Method in class org.virtualbox_5_2.INATNetworkCreationDeletionEvent
 
getCreationMode() - Method in class org.virtualbox_5_2.IFile
The UNIX-style creation mode specified when opening the file.
getCSAMEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the CSAM component.
getCurrentDirectory() - Method in class org.virtualbox_5_2.IGuestSession
The current directory of the session.
getCurrentSnapshot() - Method in class org.virtualbox_5_2.IMachine
Current snapshot of this machine.
getCurrentStateModified() - Method in class org.virtualbox_5_2.IMachine
Returns true if the current state of the machine is not identical to the state stored in the current snapshot.
getData() - Method in class org.virtualbox_5_2.IGuestFileReadEvent
Actual data read.
getData() - Method in class org.virtualbox_5_2.IGuestProcessOutputEvent
Actual output data.
getDebugger() - Method in class org.virtualbox_5_2.IConsole
Debugging interface.
getDefaultAdditionsISO() - Method in class org.virtualbox_5_2.ISystemProperties
The path to the default Guest Additions ISO image.
getDefaultAudioDriver() - Method in class org.virtualbox_5_2.ISystemProperties
This value hold the default audio driver for the current system.
getDefaultFrontend() - Method in class org.virtualbox_5_2.IMachine
Selects which VM frontend should be used by default when launching this VM through theIMachine.launchVMProcess(org.virtualbox_5_2.ISession,String,String)method.
getDefaultFrontend() - Method in class org.virtualbox_5_2.ISystemProperties
Selects which VM frontend should be used by default when launching a VM through theIMachine.launchVMProcess(org.virtualbox_5_2.ISession,String,String)method.
getDefaultHardDiskFormat() - Method in class org.virtualbox_5_2.ISystemProperties
Identifier of the default medium format used by VirtualBox.
getDefaultIoCacheSettingForStorageController(StorageControllerType) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the default I/O cache setting for the given storage controller
getDefaultMachineFolder() - Method in class org.virtualbox_5_2.ISystemProperties
Full path to the default directory used to create new or open existing machines when a machine settings file name contains no path.
getDefaultVRDEExtPack() - Method in class org.virtualbox_5_2.ISystemProperties
The name of the extension pack providing the default VRDE.
getDescription() - Method in class org.virtualbox_5_2.IGuestOSType
Human readable description of the guest OS.
getDescription() - Method in class org.virtualbox_5_2.IMachine
Description of the virtual machine.
getDescription() - Method in class org.virtualbox_5_2.IMedium
Optional description of the medium.
getDescription() - Method in class org.virtualbox_5_2.IPerformanceMetric
Textual description of the metric.
getDescription() - Method in class org.virtualbox_5_2.IProgress
Description of the task.
getDescription() - Method in class org.virtualbox_5_2.ISnapshot
Optional description of the snapshot.
getDescription(Holder<List<VirtualSystemDescriptionType>>, Holder<List<String>>, Holder<List<String>>, Holder<List<String>>, Holder<List<String>>) - Method in class org.virtualbox_5_2.IVirtualSystemDescription
Returns information about the virtual system as arrays of instruction items.
getDescriptionByType(VirtualSystemDescriptionType, Holder<List<VirtualSystemDescriptionType>>, Holder<List<String>>, Holder<List<String>>, Holder<List<String>>, Holder<List<String>>) - Method in class org.virtualbox_5_2.IVirtualSystemDescription
This is the same asIVirtualSystemDescription.getDescription(Holder,Holder,Holder,Holder,Holder)except that you can specify which types should be returned.
getDetectedOSFlavor() - Method in class org.virtualbox_5_2.IUnattended
The detected OS flavor (e.g.
getDetectedOSHints() - Method in class org.virtualbox_5_2.IUnattended
Space separated list of other stuff detected about the OS and the installation ISO.
getDetectedOSLanguages() - Method in class org.virtualbox_5_2.IUnattended
The space separated list of (Windows) installation UI languages we detected (lang.ini).
getDetectedOSTypeId() - Method in class org.virtualbox_5_2.IUnattended
The detected OS type ID (IGuestOSType.getId()).
getDetectedOSVersion() - Method in class org.virtualbox_5_2.IUnattended
The detected OS version string.
getDevFunction() - Method in class org.virtualbox_5_2.IPCIAddress
Device function number.
getDevice() - Method in class org.virtualbox_5_2.IMediumAttachment
Device slot number of this attachment.
getDevice() - Method in class org.virtualbox_5_2.IPCIAddress
Device number.
getDevice() - Method in class org.virtualbox_5_2.IUSBDeviceStateChangedEvent
Device that is subject to state change.
getDeviceActivity(List<DeviceType>) - Method in class org.virtualbox_5_2.IConsole
Gets the current activity type of given devices or device groups.
getDeviceFilters() - Method in class org.virtualbox_5_2.IUSBDeviceFilters
List of USB device filters associated with the machine.
getDeviceInfo() - Method in class org.virtualbox_5_2.IUSBDevice
Array of device attributes as single strings.
getDeviceNumber() - Method in class org.virtualbox_5_2.IFsObjInfo
The device number of a character or block device type object (st_rdev).
getDeviceType() - Method in class org.virtualbox_5_2.IMedium
Kind of device (DVD/Floppy/HardDisk) which is applicable to this medium.
getDeviceTypesForStorageBus(StorageBus) - Method in class org.virtualbox_5_2.ISystemProperties
Returns list of all the supported device types (DeviceType) for the given type of storage bus.
getDHCPEnabled() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Specifies whether the DHCP is enabled for the interface.
getDHCPServers() - Method in class org.virtualbox_5_2.IVirtualBox
DHCP servers.
getDirectories() - Method in class org.virtualbox_5_2.IGuestSession
Returns all currently opened guest directories.
getDirectoryName() - Method in class org.virtualbox_5_2.IDirectory
The path specified when opening the directory.
getDiscard() - Method in class org.virtualbox_5_2.IMediumAttachment
Whether the associated medium supports discarding unused blocks.
getDisks() - Method in class org.virtualbox_5_2.IAppliance
Array of virtual disk definitions.
getDisplay() - Method in class org.virtualbox_5_2.IConsole
Virtual display object.
getDndMode() - Method in class org.virtualbox_5_2.IDnDModeChangedEvent
The new drag'n drop mode.
getDnDMode() - Method in class org.virtualbox_5_2.IMachine
Sets or retrieves the current drag'n drop mode.
getDnDSource() - Method in class org.virtualbox_5_2.IGuest
Retrieves the drag'n drop source implementation for the guest side, that is, handling and retrieving drag'n drop data from the guest.
getDnDTarget() - Method in class org.virtualbox_5_2.IGuest
Retrieves the drag'n drop source implementation for the host side.
getDNSPassDomain() - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server should pass the DNS domain used by the host.
getDNSProxy() - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using DNS servers registered on the host.
getDNSUseHostResolver() - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using the host resolver mechanism.
getDomain() - Method in class org.virtualbox_5_2.IGuestSession
Returns the domain name used by this session to impersonate users in the guest.
getDomain() - Method in class org.virtualbox_5_2.IGuestUserStateChangedEvent
Name of the FQDN (fully qualified domain name) this user is bound to.
getDomain() - Method in class org.virtualbox_5_2.IVRDEServerInfo
Login domain name supplied by the client.
getDomainName() - Method in class org.virtualbox_5_2.IHost
Domain name used for name resolving.
getDVDDrives() - Method in class org.virtualbox_5_2.IHost
List of DVD drives available on the host.
getDVDImages() - Method in class org.virtualbox_5_2.IVirtualBox
Array of CD/DVD image objects currently in use by this VirtualBox instance.
getEffectiveParavirtProvider() - Method in class org.virtualbox_5_2.IMachine
Returns the effective paravirtualization provider for this VM.
getEmulatedUSB() - Method in class org.virtualbox_5_2.IConsole
Interface that manages emulated USB devices.
getEmulatedUSBCardReaderEnabled() - Method in class org.virtualbox_5_2.IMachine
 
getEnabled() - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is present in the guest system.
getEnabled() - Method in class org.virtualbox_5_2.IDHCPServer
specifies if the DHCP server is enabled
getEnabled() - Method in class org.virtualbox_5_2.INATNetwork
 
getEnabled() - Method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
getEnabled() - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether the network adapter is present in the guest system.
getEnabled() - Method in class org.virtualbox_5_2.IParallelPort
Flag whether the parallel port is enabled.
getEnabled() - Method in class org.virtualbox_5_2.ISerialPort
Flag whether the serial port is enabled.
getEnabled() - Method in class org.virtualbox_5_2.IVRDEServer
Flag if VRDE server is enabled.
getEnabledIn() - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is enabled for audio input.
getEnabledOut() - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is enabled for audio output.
getEncryptionSettings(Holder<String>) - Method in class org.virtualbox_5_2.IMedium
Returns the encryption settings for this medium.
getEncryptionStyle() - Method in class org.virtualbox_5_2.IVRDEServerInfo
Public key exchange method used when connection was established.
getEndTime() - Method in class org.virtualbox_5_2.IVRDEServerInfo
When the last connection was terminated or the current time, if connection is still active, in milliseconds since 1970-01-01 UTC.
getEnvironment() - Method in class org.virtualbox_5_2.IProcess
The initial process environment.
getEnvironmentBase() - Method in class org.virtualbox_5_2.IGuestSession
The base environment of the session.
getEnvironmentChanges() - Method in class org.virtualbox_5_2.IGuestSession
The set of scheduled environment changes to the base environment of the session.
getError() - Method in class org.virtualbox_5_2.IGuestFileStateChangedEvent
Error information in case of new session status is indicating an error.
getError() - Method in class org.virtualbox_5_2.IGuestProcessStateChangedEvent
Error information in case of new session status is indicating an error.
getError() - Method in class org.virtualbox_5_2.IGuestSessionStateChangedEvent
Error information in case of new session status is indicating an error.
getError() - Method in class org.virtualbox_5_2.IUSBDeviceStateChangedEvent
null on success or an error message object on failure.
getErrorInfo() - Method in class org.virtualbox_5_2.IProgress
Extended information about the unsuccessful result of the progress operation.
getEvent(IEventListener, Integer) - Method in class org.virtualbox_5_2.IEventSource
Get events from this peer's event queue (for passive mode).
getEventSource() - Method in class org.virtualbox_5_2.IConsole
Event source for console events.
getEventSource() - Method in class org.virtualbox_5_2.IDHCPServer
 
getEventSource() - Method in class org.virtualbox_5_2.IFile
Event source for file events.
getEventSource() - Method in class org.virtualbox_5_2.IGuest
Event source for guest events.
getEventSource() - Method in class org.virtualbox_5_2.IGuestSession
Event source for guest session events.
getEventSource() - Method in class org.virtualbox_5_2.IKeyboard
Event source for keyboard events.
getEventSource() - Method in class org.virtualbox_5_2.IMouse
Event source for mouse events.
getEventSource() - Method in class org.virtualbox_5_2.INATNetwork
 
getEventSource() - Method in class org.virtualbox_5_2.IProcess
Event source for process events.
getEventSource() - Method in class org.virtualbox_5_2.IProgress
 
getEventSource() - Method in class org.virtualbox_5_2.IVirtualBox
Event source for VirtualBox events.
getExclusiveHwVirt() - Method in class org.virtualbox_5_2.ISystemProperties
Exclusive use of hardware virtualization by VirtualBox.
getExecutablePath() - Method in class org.virtualbox_5_2.IProcess
Full path of the actual executable image.
getExecuteAllInIEM() - Method in class org.virtualbox_5_2.IMachineDebugger
Whether to execute all the code in the instruction interpreter.
getExecutionCap() - Method in class org.virtualbox_5_2.ICPUExecutionCapChangedEvent
The new CPU execution cap value.
getExitCode() - Method in class org.virtualbox_5_2.IProcess
The exit code.
getExpired() - Method in class org.virtualbox_5_2.ICertificate
Set if the certificate has expired (relevant to the parent object)/
getExtendedInfo() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getExtendedKeyUsage() - Method in class org.virtualbox_5_2.ICertificate
Array of dotted extended key usage OIDs.
getExtraData(String) - Method in class org.virtualbox_5_2.IMachine
Returns associated machine-specific extra data.
getExtraData(String) - Method in class org.virtualbox_5_2.IVirtualBox
Returns associated global extra data.
getExtraDataKeys() - Method in class org.virtualbox_5_2.IMachine
Returns an array representing the machine-specific extra data keys which currently have values defined.
getExtraDataKeys() - Method in class org.virtualbox_5_2.IVirtualBox
Returns an array representing the global extra data keys which currently have values defined.
getExtraInstallKernelParameters() - Method in class org.virtualbox_5_2.IUnattended
Extra kernel arguments passed to the install kernel of some guests.
getFacilities() - Method in class org.virtualbox_5_2.IGuest
Returns a collection of current known facilities.
getFacilityStatus(AdditionsFacilityType, Holder<Long>) - Method in class org.virtualbox_5_2.IGuest
Get the current status of a Guest Additions facility.
getFamilyDescription() - Method in class org.virtualbox_5_2.IGuestOSType
Human readable description of the guest OS family.
getFamilyId() - Method in class org.virtualbox_5_2.IGuestOSType
Guest OS family identifier string.
getFatal() - Method in class org.virtualbox_5_2.IRuntimeErrorEvent
Whether the error is fatal or not.
getFaultToleranceAddress() - Method in class org.virtualbox_5_2.IMachine
The address the fault tolerance source or target.
getFaultTolerancePassword() - Method in class org.virtualbox_5_2.IMachine
The password to check for on the standby VM.
getFaultTolerancePort() - Method in class org.virtualbox_5_2.IMachine
The TCP port the fault tolerance source or target will use for communication.
getFaultToleranceState() - Method in class org.virtualbox_5_2.IMachine
Fault tolerance state; disabled, source or target.
getFaultToleranceSyncInterval() - Method in class org.virtualbox_5_2.IMachine
The interval in ms used for syncing the state between source and target.
getFile() - Method in class org.virtualbox_5_2.IGuestFileEvent
Guest file object which is related to this event.
getFileAttributes() - Method in class org.virtualbox_5_2.IFsObjInfo
File attributes.
getFileName() - Method in class org.virtualbox_5_2.IFile
Full path of the actual file name of this file.
getFiles() - Method in class org.virtualbox_5_2.IGuestSession
Returns all currently opened guest files.
getFilter() - Method in class org.virtualbox_5_2.IDirectory
Directory listing filter to (specified when opening the directory).
getFirmwareType() - Method in class org.virtualbox_5_2.IMachine
Type of firmware (such as legacy BIOS or EFI), used for initial bootstrap in this VM.
getFlags() - Method in class org.virtualbox_5_2.IGuestPropertyChangedEvent
The new property flags.
getFloppyDrives() - Method in class org.virtualbox_5_2.IHost
List of floppy drives available on the host.
getFloppyImages() - Method in class org.virtualbox_5_2.IVirtualBox
Array of floppy image objects currently in use by this VirtualBox instance.
getFormat() - Method in class org.virtualbox_5_2.IMedium
Storage format of this medium.
getFormats() - Method in class org.virtualbox_5_2.IDnDBase
Returns all supported drag'n drop formats.
getFreeDiskSpaceError() - Method in class org.virtualbox_5_2.ISystemProperties
Issue an error if the free disk space is below (or in some disk intensive operation is expected to go below) the given size in bytes.
getFreeDiskSpacePercentError() - Method in class org.virtualbox_5_2.ISystemProperties
Issue an error if the free disk space is below (or in some disk intensive operation is expected to go below) the given percentage.
getFreeDiskSpacePercentWarning() - Method in class org.virtualbox_5_2.ISystemProperties
Issue a warning if the free disk space is below (or in some disk intensive operation is expected to go below) the given percentage.
getFreeDiskSpaceWarning() - Method in class org.virtualbox_5_2.ISystemProperties
Issue a warning if the free disk space is below (or in some disk intensive operation is expected to go below) the given size in bytes.
getFriendlyName() - Method in class org.virtualbox_5_2.ICertificate
Friendly subject name or similar.
getFullUserName() - Method in class org.virtualbox_5_2.IUnattended
The full name of the user.
getGateway() - Method in class org.virtualbox_5_2.INATNetwork
This attribute is read-only.
getGateway() - Method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
getGeneration() - Method in class org.virtualbox_5_2.IReusableEvent
Current generation of event, incremented on reuse.
getGenerationId() - Method in class org.virtualbox_5_2.IFsObjInfo
The current generation number (st_gen).
getGenericDriver() - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the driver to use for the "Generic" network attachment type.
getGenericNetworkDrivers() - Method in class org.virtualbox_5_2.IVirtualBox
Names of all generic network drivers.
getGID() - Method in class org.virtualbox_5_2.IFsObjInfo
The group the filesystem object is assigned (st_gid).
getGlobalOptions() - Method in class org.virtualbox_5_2.IDHCPServer
 
getGraphicsControllerType() - Method in class org.virtualbox_5_2.IMachine
Graphics controller type.
getGroupName() - Method in class org.virtualbox_5_2.IFsObjInfo
The group name.
getGroups() - Method in class org.virtualbox_5_2.IMachine
Array of machine group names of which this machine is a member.""and"/"are synonyms for the toplevel group.
getGuest() - Method in class org.virtualbox_5_2.IConsole
Guest object.
getGuestAddress() - Method in class org.virtualbox_5_2.IPCIDeviceAttachment
Address of device in the guest.
getGuestEnteredACPIMode() - Method in class org.virtualbox_5_2.IConsole
Checks if the guest entered the ACPI mode G0 (working) or G1 (sleeping).
getGuestIp() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getGuestIP() - Method in class org.virtualbox_5_2.INATRedirectEvent
Guest ip address to redirect to.
getGuestMonitorStatus() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getGuestOSType(String) - Method in class org.virtualbox_5_2.IVirtualBox
Returns an object describing the specified guest OS type.
getGuestOSTypes() - Method in class org.virtualbox_5_2.IVirtualBox
 
getGuestPort() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getGuestPort() - Method in class org.virtualbox_5_2.INATRedirectEvent
Guest port to redirect to.
getGuestProperty(String, Holder<String>, Holder<Long>, Holder<String>) - Method in class org.virtualbox_5_2.IMachine
Reads an entry from the machine's guest property store.
getGuestPropertyTimestamp(String) - Method in class org.virtualbox_5_2.IMachine
Reads a property timestamp from the machine's guest property store.
getGuestPropertyValue(String) - Method in class org.virtualbox_5_2.IMachine
Reads a value from the machine's guest property store.
getGuestScreenLayout() - Method in class org.virtualbox_5_2.IDisplay
Layout of the guest screens.
getHandle() - Method in class org.virtualbox_5_2.IGuestProcessIOEvent
Input/output (IO) handle involved in this event.
getHardDisks() - Method in class org.virtualbox_5_2.IVirtualBox
Array of medium objects known to this VirtualBox installation.
getHardLinks() - Method in class org.virtualbox_5_2.IFsObjInfo
Number of hard links to this filesystem object (st_nlink).
getHardwareAddress() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the hardware address.
getHardwareUUID() - Method in class org.virtualbox_5_2.IMachine
The UUID presented to the guest via memory tables, hardware and guest properties.
getHardwareVersion() - Method in class org.virtualbox_5_2.IMachine
Hardware version identifier.
getHeight() - Method in class org.virtualbox_5_2.IFramebuffer
Frame buffer height, in pixels.
getHeight() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
Height of the screen.
getHeight() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getHeight() - Method in class org.virtualbox_5_2.IMousePointerShape
Height of the pointer shape in pixels.
getHeight() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
Height of the pointer shape in pixels.
getHeightReduction() - Method in class org.virtualbox_5_2.IFramebuffer
Hint from the frame buffer about how much of the standard screen height it wants to use for itself.
getHomeFolder() - Method in class org.virtualbox_5_2.IVirtualBox
Full path to the directory where the global settings file,VirtualBox.xml, is stored.
getHost() - Method in class org.virtualbox_5_2.IVirtualBox
Associated host object.
getHostAddress() - Method in class org.virtualbox_5_2.IPCIDeviceAttachment
Address of device on the host, applicable only to host devices.
getHostDrive() - Method in class org.virtualbox_5_2.IMedium
True if this corresponds to a drive on the host.
getHostIP() - Method in class org.virtualbox_5_2.INATEngine
IP of host interface to bind all opened sockets to.
getHostIp() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getHostIP() - Method in class org.virtualbox_5_2.INATRedirectEvent
Host ip address to bind socket on.
getHostMode() - Method in class org.virtualbox_5_2.ISerialPort
How is this port connected to the host.
getHostname() - Method in class org.virtualbox_5_2.IUnattended
The fully qualified guest hostname.
getHostOnlyInterface() - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the host only network interface the VM is attached to.
getHostPath() - Method in class org.virtualbox_5_2.ISharedFolder
Full path to the shared folder in the host file system.
getHostPort() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getHostPort() - Method in class org.virtualbox_5_2.INATRedirectEvent
Host port to bind socket on.
getHotPluggable() - Method in class org.virtualbox_5_2.IMediumAttachment
Whether this attachment is hot pluggable or not.
getHotX() - Method in class org.virtualbox_5_2.IMousePointerShape
The pointer hot spot X coordinate.
getHotY() - Method in class org.virtualbox_5_2.IMousePointerShape
The pointer hot spot Y coordinate.
getHPETEnabled() - Method in class org.virtualbox_5_2.IMachine
This attribute controls if High Precision Event Timer (HPET) is enabled in this VM.
getHWVirtExEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Flag indicating whether the VM is currently making use of CPU hardware virtualization extensions.
getHWVirtExNestedPagingEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Flag indicating whether the VM is currently making use of the nested paging CPU hardware virtualization extension.
getHWVirtExProperty(HWVirtExPropertyType) - Method in class org.virtualbox_5_2.IMachine
Returns the value of the specified hardware virtualization boolean property.
getHWVirtExUXEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Flag indicating whether the VM is currently making use of the unrestricted execution feature of VT-x.
getHWVirtExVPIDEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Flag indicating whether the VM is currently making use of the VPID VT-x extension.
getIcon() - Method in class org.virtualbox_5_2.IMachine
Overridden VM Icon details.
getId() - Method in class org.virtualbox_5_2.IFile
The ID VirtualBox internally assigned to the open file.
getId() - Method in class org.virtualbox_5_2.IGuestOSType
Guest OS identifier string.
getId() - Method in class org.virtualbox_5_2.IGuestSession
Returns the internal session ID.
getId() - Method in class org.virtualbox_5_2.IGuestSessionStateChangedEvent
Session ID of guest session which was changed.
getId() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the interface UUID.
getId() - Method in class org.virtualbox_5_2.IMachine
UUID of the virtual machine.
getId() - Method in class org.virtualbox_5_2.IMedium
UUID of the medium.
getId() - Method in class org.virtualbox_5_2.IMediumFormat
Identifier of this format.
getId() - Method in class org.virtualbox_5_2.IProgress
ID of the task.
getId() - Method in class org.virtualbox_5_2.IRuntimeErrorEvent
Error identifier.
getId() - Method in class org.virtualbox_5_2.ISnapshot
UUID of the snapshot.
getId() - Method in class org.virtualbox_5_2.IUSBDevice
Unique USB device ID.
getImageIndex() - Method in class org.virtualbox_5_2.IUnattended
The image index on installation CD/DVD used to install.
getInfoVDSize() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum size of a virtual disk image in bytes.
getInitialSize() - Method in class org.virtualbox_5_2.IFile
The initial size in bytes when opened.
getInitiator() - Method in class org.virtualbox_5_2.IProgress
Initiator of the task.
getInstallGuestAdditions() - Method in class org.virtualbox_5_2.IUnattended
Indicates whether the guest additions should be installed or not.
getInstallTestExecService() - Method in class org.virtualbox_5_2.IUnattended
Indicates whether the test execution service (TXS) from the VBox ValidationKit should be installed.
getInstance() - Method in class org.virtualbox_5_2.IStorageController
The instance number of the device in the running VM.
getInterfaceID() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
UUID of the interface that defined the error.
getInterfaceName() - Method in class org.virtualbox_5_2.IManagedObjectRef
Returns the name of the interface that this managed object represents, for example, "IMachine", as a string.
getInterfaceType() - Method in class org.virtualbox_5_2.IHostNetworkInterface
specifies the host interface type.
getInternalNetwork() - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the internal network the VM is attached to.
getInternalNetworks() - Method in class org.virtualbox_5_2.IVirtualBox
Names of all internal networks.
getIOAPICEnabled() - Method in class org.virtualbox_5_2.IBIOSSettings
I/O-APIC support flag.
getIOBase() - Method in class org.virtualbox_5_2.IParallelPort
Base I/O address of the parallel port.
getIOBase() - Method in class org.virtualbox_5_2.ISerialPort
Base I/O address of the serial port.
getIOCacheEnabled() - Method in class org.virtualbox_5_2.IMachine
When set to true, the builtin I/O cache of the virtual machine will be enabled.
getIOCacheSize() - Method in class org.virtualbox_5_2.IMachine
Maximum size of the I/O cache in MB.
getIPAddress() - Method in class org.virtualbox_5_2.IDHCPServer
specifies server IP
getIPAddress() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the IP V4 address of the interface.
getIpv6() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getIPV6Address() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the IP V6 address of the interface.
getIPv6Enabled() - Method in class org.virtualbox_5_2.INATNetwork
This attribute define whether gateway will support IPv6 or not.
getIPV6NetworkMaskPrefixLength() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the length IP V6 network mask prefix of the interface.
getIPv6Prefix() - Method in class org.virtualbox_5_2.INATNetwork
This a CIDR IPv6 defining prefix for link-local addresses autoconfiguration within network.
getIPV6Supported() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Specifies whether the IP V6 is supported/enabled for the interface.
getIRQ() - Method in class org.virtualbox_5_2.IParallelPort
IRQ number of the parallel port.
getIRQ() - Method in class org.virtualbox_5_2.ISerialPort
IRQ number of the serial port.
getIs64Bit() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if the given OS is 64-bit
getIsEjected() - Method in class org.virtualbox_5_2.IMediumAttachment
Signals that the removable medium has been ejected.
getIsoPath() - Method in class org.virtualbox_5_2.IUnattended
Guest operating system ISO image
getIsPhysicalDevice() - Method in class org.virtualbox_5_2.IPCIDeviceAttachment
If this is physical or virtual device.
getIssuerName() - Method in class org.virtualbox_5_2.ICertificate
Issuer name.
getIssuerUniqueIdentifier() - Method in class org.virtualbox_5_2.ICertificate
Unique identifier of the issuer (empty string if not present).
getKey() - Method in class org.virtualbox_5_2.IExtraDataCanChangeEvent
Extra data key that has changed.
getKey() - Method in class org.virtualbox_5_2.IExtraDataChangedEvent
Extra data key that has changed.
getKeyboard() - Method in class org.virtualbox_5_2.IConsole
Virtual keyboard object.
getKeyboardHIDType() - Method in class org.virtualbox_5_2.IMachine
Type of keyboard HID used in this VM.
getKeyboardLEDs() - Method in class org.virtualbox_5_2.IKeyboard
Current status of the guest keyboard LEDs.
getKeyUsage() - Method in class org.virtualbox_5_2.ICertificate
Key usage mask.
getLanguage() - Method in class org.virtualbox_5_2.IUnattended
This is more or less a Windows specific setting for choosing the UI language setting of the installer.
getLastAccessError() - Method in class org.virtualbox_5_2.IMedium
Text message that represents the result of the last accessibility check performed byIMedium.refreshState().
getLastAccessError() - Method in class org.virtualbox_5_2.ISharedFolder
Text message that represents the result of the last accessibility check.
getLastStateChange() - Method in class org.virtualbox_5_2.IMachine
Time stamp of the last execution state change, in milliseconds since 1970-01-01 UTC.
getLastUpdated() - Method in class org.virtualbox_5_2.IAdditionsFacility
Time stamp of the last status update, in milliseconds since 1970-01-01 UTC.
getLineSpeed() - Method in class org.virtualbox_5_2.INetworkAdapter
Line speed reported by custom drivers, in units of 1 kbps.
getListener() - Method in class org.virtualbox_5_2.IEventSourceChangedEvent
Event listener which has changed.
getLocale() - Method in class org.virtualbox_5_2.IUnattended
The 5 letter locale identifier, no codesets or such.
getLocalMappings() - Method in class org.virtualbox_5_2.INATNetwork
Array of mappings (address,offset),e.g.
getLocation() - Method in class org.virtualbox_5_2.IMedium
Location of the storage unit holding medium data.
getLogDbgDestinations() - Method in class org.virtualbox_5_2.IMachineDebugger
The debug logger's destination settings.
getLogDbgFlags() - Method in class org.virtualbox_5_2.IMachineDebugger
The debug logger flags.
getLogDbgGroups() - Method in class org.virtualbox_5_2.IMachineDebugger
The debug logger's group settings.
getLogEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the debug logger.
getLogFolder() - Method in class org.virtualbox_5_2.IMachine
Full path to the folder that stores a set of rotated log files recorded during machine execution.
getLoggingLevel() - Method in class org.virtualbox_5_2.ISystemProperties
Specifies the logging level in current use by VirtualBox.
getLogHistoryCount() - Method in class org.virtualbox_5_2.ISystemProperties
This value specifies how many old release log files are kept.
getLogicalSize() - Method in class org.virtualbox_5_2.IMedium
Logical size of this medium (in bytes), as reported to the guest OS running inside the virtual machine this medium is attached to.
getLogoDisplayTime() - Method in class org.virtualbox_5_2.IBIOSSettings
BIOS logo display time in milliseconds (0 = default).
getLogoFadeIn() - Method in class org.virtualbox_5_2.IBIOSSettings
Fade in flag for BIOS logo animation.
getLogoFadeOut() - Method in class org.virtualbox_5_2.IBIOSSettings
Fade out flag for BIOS logo animation.
getLogoImagePath() - Method in class org.virtualbox_5_2.IBIOSSettings
Local file system path for external BIOS splash image.
getLogRelDestinations() - Method in class org.virtualbox_5_2.IMachineDebugger
The relase logger's destination settings.
getLogRelFlags() - Method in class org.virtualbox_5_2.IMachineDebugger
The release logger flags.
getLogRelGroups() - Method in class org.virtualbox_5_2.IMachineDebugger
The release logger's group settings.
getLoopbackIp6() - Method in class org.virtualbox_5_2.INATNetwork
Offset in ipv6 network from network id for address mapped into loopback6 interface of the host.
getLowerIP() - Method in class org.virtualbox_5_2.IDHCPServer
specifies from IP address in server address range
getMACAddress() - Method in class org.virtualbox_5_2.INetworkAdapter
Ethernet MAC address of the adapter, 12 hexadecimal characters.
getMachine() - Method in class org.virtualbox_5_2.IConsole
Machine object for this console session.
getMachine() - Method in class org.virtualbox_5_2.ISession
Machine object associated with this session.
getMachine() - Method in class org.virtualbox_5_2.ISnapshot
Virtual machine this snapshot is taken on.
getMachine() - Method in class org.virtualbox_5_2.IUnattended
The associated machine object.
getMachineGroups() - Method in class org.virtualbox_5_2.IVirtualBox
Array of all machine group names which are used by the machines which are accessible.
getMachineId() - Method in class org.virtualbox_5_2.IExtraDataCanChangeEvent
ID of the machine this event relates to.
getMachineId() - Method in class org.virtualbox_5_2.IExtraDataChangedEvent
ID of the machine this event relates to.
getMachineId() - Method in class org.virtualbox_5_2.IMachineEvent
ID of the machine this event relates to.
getMachineIds() - Method in class org.virtualbox_5_2.IMedium
Array of UUIDs of all machines this medium is attached to.
getMachines() - Method in class org.virtualbox_5_2.IAppliance
Contains the UUIDs of the machines created from the information in this appliances.
getMachines() - Method in class org.virtualbox_5_2.IVirtualBox
Array of machine objects registered within this VirtualBox instance.
getMachinesByGroups(List<String>) - Method in class org.virtualbox_5_2.IVirtualBox
Gets all machine references which are in one of the specified groups.
getMachineStates(List<IMachine>) - Method in class org.virtualbox_5_2.IVirtualBox
Gets the state of several machines in a single operation.
getMacOptions(String) - Method in class org.virtualbox_5_2.IDHCPServer
 
getManufacturer() - Method in class org.virtualbox_5_2.IUSBDevice
Manufacturer string.
getManufacturer() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getManufacturer()filter.
getMaskedInterfaces() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
This is an advanced option for hiding one or more USB interfaces from the guest.
getMaxBootPosition() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum device position in the boot order.
getMaxBytesPerSec() - Method in class org.virtualbox_5_2.IBandwidthGroup
The maximum number of bytes which can be transfered by all entities attached to this group during one second.
getMaxDevicesPerPortCount() - Method in class org.virtualbox_5_2.IStorageController
Maximum number of devices which can be attached to one port.
getMaxDevicesPerPortForStorageBus(StorageBus) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the maximum number of devices which can be attached to a port for the given storage bus.
getMaxGuestCPUCount() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum CPU count.
getMaxGuestMonitors() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum of monitors which could be connected.
getMaxGuestRAM() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum guest system memory in Megabytes.
getMaxGuestVRAM() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum guest video memory in Megabytes.
getMaximumValue() - Method in class org.virtualbox_5_2.IPerformanceMetric
Maximum possible value of this metric.
getMaxInstancesOfStorageBus(ChipsetType, StorageBus) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the maximum number of storage bus instances which can be configured for each VM.
getMaxInstancesOfUSBControllerType(ChipsetType, USBControllerType) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the maximum number of USB controller instances which can be configured for each VM.
getMaxNetworkAdapters(ChipsetType) - Method in class org.virtualbox_5_2.ISystemProperties
Maximum total number of network adapters associated with everyIMachineinstance.
getMaxNetworkAdaptersOfType(ChipsetType, NetworkAttachmentType) - Method in class org.virtualbox_5_2.ISystemProperties
Maximum number of network adapters of a given attachment type, associated with everyIMachineinstance.
getMaxPortCount() - Method in class org.virtualbox_5_2.IStorageController
Maximum number of ports thatIStorageController.getPortCount()can be set to.
getMaxPortCountForStorageBus(StorageBus) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the maximum number of ports the given storage bus supports.
getMedium(String, Integer, Integer) - Method in class org.virtualbox_5_2.IMachine
Returns the virtual medium attached to a device slot of the specified bus.
getMedium() - Method in class org.virtualbox_5_2.IMediumAttachment
Medium object associated with this attachment; it can be null for removable devices.
getMedium() - Method in class org.virtualbox_5_2.IMediumConfigChangedEvent
ID of the medium this event relates to.
getMediumAttachment(String, Integer, Integer) - Method in class org.virtualbox_5_2.IMachine
Returns a medium attachment which corresponds to the controller with the given name, on the given port and device slot.
getMediumAttachment() - Method in class org.virtualbox_5_2.IMediumChangedEvent
Medium attachment that is subject to change.
getMediumAttachments() - Method in class org.virtualbox_5_2.IMachine
Array of media attached to this machine.
getMediumAttachmentsOfController(String) - Method in class org.virtualbox_5_2.IMachine
Returns an array of medium attachments which are attached to the the controller with the given name.
getMediumFormat() - Method in class org.virtualbox_5_2.IMedium
Storage medium format object corresponding to this medium.
getMediumFormats() - Method in class org.virtualbox_5_2.ISystemProperties
List of all medium storage formats supported by this VirtualBox installation.
getMediumId() - Method in class org.virtualbox_5_2.IMediumRegisteredEvent
ID of the medium this event relates to.
getMediumIdsForPasswordId(String) - Method in class org.virtualbox_5_2.IAppliance
Returns a list of medium identifiers which use the given password identifier.
getMediumType() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Type of protocol encapsulation used.
getMediumType() - Method in class org.virtualbox_5_2.IMediumRegisteredEvent
Type of the medium this event relates to.
getMemoryAvailable() - Method in class org.virtualbox_5_2.IHost
Available system memory in the host system.
getMemoryBalloonSize() - Method in class org.virtualbox_5_2.IGuest
Guest system memory balloon size in megabytes (transient property).
getMemoryBalloonSize() - Method in class org.virtualbox_5_2.IMachine
Memory balloon size in megabytes.
getMemorySize() - Method in class org.virtualbox_5_2.IHost
Amount of system memory in megabytes installed in the host system.
getMemorySize() - Method in class org.virtualbox_5_2.IMachine
System memory size in megabytes.
getMessage() - Method in class org.virtualbox_5_2.IHostPCIDevicePlugEvent
Optional error message.
getMessage() - Method in class org.virtualbox_5_2.IRuntimeErrorEvent
Optional error message.
getMetricName() - Method in class org.virtualbox_5_2.IPerformanceMetric
Name of the metric.
getMetricNames() - Method in class org.virtualbox_5_2.IPerformanceCollector
Array of unique names of metrics.
getMetrics(List<String>, List<IUnknown>) - Method in class org.virtualbox_5_2.IPerformanceCollector
Returns parameters of specified metrics for a set of objects.
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IAdditionsStateChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.ICanShowWindowEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestDirectory
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestDnDSource
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestDnDTarget
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestFile
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestFileOffsetChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestFileWriteEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestFsObjInfo
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IGuestProcess
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IHostNameResolutionConfigurationChangeEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.INATNetworkAlterEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IProgressTaskCompletedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.ISnapshotChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.ISnapshotDeletedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.ISnapshotRestoredEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.ISnapshotTakenEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IStorageControllerChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IUSBControllerChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IVideoCaptureChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IVRDEServerChangedEvent
 
getMidlDoesNotLikeEmptyInterfaces() - Method in class org.virtualbox_5_2.IVRDEServerInfoChangedEvent
 
getMinGuestCPUCount() - Method in class org.virtualbox_5_2.ISystemProperties
Minimum CPU count.
getMinGuestRAM() - Method in class org.virtualbox_5_2.ISystemProperties
Minimum guest system memory in Megabytes.
getMinGuestVRAM() - Method in class org.virtualbox_5_2.ISystemProperties
Minimum guest video memory in Megabytes.
getMinimumValue() - Method in class org.virtualbox_5_2.IPerformanceMetric
Minimum possible value of this metric.
getMinPortCount() - Method in class org.virtualbox_5_2.IStorageController
Minimum number of ports thatIStorageController.getPortCount()can be set to.
getMinPortCountForStorageBus(StorageBus) - Method in class org.virtualbox_5_2.ISystemProperties
Returns the minimum number of ports the given storage bus supports.
getMode() - Method in class org.virtualbox_5_2.IGuestMouseEvent
If this event is relative, absolute or multi-touch.
getModificationTime() - Method in class org.virtualbox_5_2.IFsObjInfo
Time of last data modification (st_mtime).
getMonitorCount() - Method in class org.virtualbox_5_2.IMachine
Number of virtual monitors.
getMouse() - Method in class org.virtualbox_5_2.IConsole
Virtual mouse object.
getMultiTouchSupported() - Method in class org.virtualbox_5_2.IMouse
Whether the guest OS has enabled the multi-touch reporting device.
getName() - Method in class org.virtualbox_5_2.IAdditionsFacility
The facility's friendly name.
getName() - Method in class org.virtualbox_5_2.IBandwidthGroup
Name of the group.
getName() - Method in class org.virtualbox_5_2.IFsObjInfo
The object's name.
getName() - Method in class org.virtualbox_5_2.IGuestPropertyChangedEvent
The name of the property that has changed.
getName() - Method in class org.virtualbox_5_2.IGuestSession
Returns the session's friendly name.
getName() - Method in class org.virtualbox_5_2.IGuestUserStateChangedEvent
Name of the guest user whose state changed.
getName() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the host network interface name.
getName() - Method in class org.virtualbox_5_2.IHostVideoInputDevice
User friendly name.
getName() - Method in class org.virtualbox_5_2.IMachine
Name of the virtual machine.
getName() - Method in class org.virtualbox_5_2.IMedium
Name of the storage unit holding medium data.
getName() - Method in class org.virtualbox_5_2.IMediumFormat
Human readable description of this format.
getName() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getName() - Method in class org.virtualbox_5_2.INATRedirectEvent
Name of the rule.
getName() - Method in class org.virtualbox_5_2.IPCIDeviceAttachment
Device name.
getName() - Method in class org.virtualbox_5_2.IProcess
The friendly name of this process.
getName() - Method in class org.virtualbox_5_2.ISession
Name of this session.
getName() - Method in class org.virtualbox_5_2.ISharedFolder
Logical name of the shared folder.
getName() - Method in class org.virtualbox_5_2.ISnapshot
Short name of the snapshot.
getName() - Method in class org.virtualbox_5_2.IStorageController
Name of the storage controller, as originally specified withIMachine.addStorageController(String,org.virtualbox_5_2.StorageBus).
getName() - Method in class org.virtualbox_5_2.IUSBController
The USB Controller name.
getName() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
Visible name for this filter.
getName() - Method in class org.virtualbox_5_2.IUSBProxyBackend
The unique name of the proxy backend.
getNameServers() - Method in class org.virtualbox_5_2.IHost
The list of nameservers registered in host's name resolving system.
getNATEngine() - Method in class org.virtualbox_5_2.INetworkAdapter
Points to the NAT engine which handles the network address translation for this interface.
getNATNetwork() - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the NAT network the VM is attached to.
getNATNetworks() - Method in class org.virtualbox_5_2.IVirtualBox
 
getNeedDhcpServer() - Method in class org.virtualbox_5_2.INATNetwork
 
getNeedDhcpServer() - Method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
getNeedsHostCursor() - Method in class org.virtualbox_5_2.IMouse
Whether the guest OS can currently switch to drawing it's own mouse cursor on demand.
getNeedsHostCursor() - Method in class org.virtualbox_5_2.IMouseCapabilityChangedEvent
If host cursor is needed.
getNetwork() - Method in class org.virtualbox_5_2.INATEngine
The network attribute of the NAT engine (the same value is used with built-in DHCP server to fill corresponding fields of DHCP leases).
getNetwork() - Method in class org.virtualbox_5_2.INATNetwork
This is CIDR IPv4 string.
getNetwork() - Method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
getNetworkAdapter(Long) - Method in class org.virtualbox_5_2.IMachine
Returns the network adapter associated with the given slot.
getNetworkAdapter() - Method in class org.virtualbox_5_2.INetworkAdapterChangedEvent
Network adapter that is subject to change.
getNetworkInterfaces() - Method in class org.virtualbox_5_2.IHost
List of host network interfaces currently defined on the host.
getNetworkMask() - Method in class org.virtualbox_5_2.IDHCPServer
specifies server network mask
getNetworkMask() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the network mask of the interface.
getNetworkName() - Method in class org.virtualbox_5_2.IDHCPServer
specifies internal network name the server is used for
getNetworkName() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the name of a virtual network the interface gets attached to.
getNetworkName() - Method in class org.virtualbox_5_2.INATNetwork
TBD: the idea, technically we can start any number of the NAT networks, but we should expect that at some point we will get collisions because of port-forwanding rules.
getNetworkName() - Method in class org.virtualbox_5_2.INATNetworkChangedEvent
 
getNetworkSettings(Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.INATEngine
Returns network configuration of NAT engine.
getNext() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
Next error object if there is any, or null otherwise.
getNodeId() - Method in class org.virtualbox_5_2.IFsObjInfo
The unique identifier (within the filesystem) of this filesystem object (st_ino).
getNodeIdDevice() - Method in class org.virtualbox_5_2.IFsObjInfo
The device number of the device which this filesystem object resides on (st_dev).
getNonRotational() - Method in class org.virtualbox_5_2.IMediumAttachment
Whether the associated medium is non-rotational.
getNonVolatileStorageFile() - Method in class org.virtualbox_5_2.IBIOSSettings
The location of the file storing the non-volatile memory content when the VM is powered off.
getNumberOfClients() - Method in class org.virtualbox_5_2.IVRDEServerInfo
How many times a client connected.
getNumGroups() - Method in class org.virtualbox_5_2.IBandwidthControl
The current number of existing bandwidth groups managed.
getNumLock() - Method in class org.virtualbox_5_2.IKeyboardLedsChangedEvent
NumLock status.
getObject() - Method in class org.virtualbox_5_2.IPerformanceMetric
Object this metric belongs to.
getObjectSize() - Method in class org.virtualbox_5_2.IFsObjInfo
The logical size (st_size).
getObjMgr() - Method in class org.virtualbox_5_2.IUnknown
 
getOffset() - Method in class org.virtualbox_5_2.IFile
The current file position.
getOffset() - Method in class org.virtualbox_5_2.IGuestFileIOEvent
Current offset (in bytes).
getOnline() - Method in class org.virtualbox_5_2.ISnapshot
true if this snapshot is an online snapshot and false otherwise.
getOpenAction() - Method in class org.virtualbox_5_2.IFile
The opening action specified when opening the file.
getOperatingSystem() - Method in class org.virtualbox_5_2.IHost
Name of the host system's operating system.
getOperation() - Method in class org.virtualbox_5_2.IProgress
Number of the sub-operation being currently executed.
getOperationCount() - Method in class org.virtualbox_5_2.IProgress
Number of sub-operations this task is divided into.
getOperationDescription() - Method in class org.virtualbox_5_2.IProgress
Description of the sub-operation being currently executed.
getOperationPercent() - Method in class org.virtualbox_5_2.IProgress
Progress value of the current sub-operation only, in percent.
getOperationWeight() - Method in class org.virtualbox_5_2.IProgress
Weight value of the current sub-operation only.
getOrigin() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getOriginX() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
Physical X origin relative to the primary screen.
getOriginX() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getOriginY() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
Physical Y origin relative to the primary screen.
getOriginY() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getOSName() - Method in class org.virtualbox_5_2.IMachineDebugger
Query the guest OS kernel name as detected by the DBGF.
getOSTypeId() - Method in class org.virtualbox_5_2.IGuest
Identifier of the Guest OS type as reported by the Guest Additions.
getOSTypeId() - Method in class org.virtualbox_5_2.IMachine
User-defined identifier of the Guest OS type.
getOSVersion() - Method in class org.virtualbox_5_2.IHost
Host operating system's version string.
getOSVersion() - Method in class org.virtualbox_5_2.IMachineDebugger
Query the guest OS kernel version string as detected by the DBGF.
getOverlay() - Method in class org.virtualbox_5_2.IFramebuffer
An alpha-blended overlay which is superposed over the frame buffer.
getPackageSelectionAdjustments() - Method in class org.virtualbox_5_2.IUnattended
Guest OS specific package selection adjustments.
getPackageType() - Method in class org.virtualbox_5_2.IVirtualBox
A string representing the package type of this product.
getPAEEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Flag indicating whether the VM is currently making use of the Physical Address Extension CPU feature.
getPageFusionEnabled() - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows page fusion for this machine (64-bit hosts only).
getParallelPort(Long) - Method in class org.virtualbox_5_2.IMachine
Returns the parallel port associated with the given slot.
getParallelPort() - Method in class org.virtualbox_5_2.IParallelPortChangedEvent
Parallel port that is subject to change.
getParallelPortCount() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum number of parallel ports associated with everyIMachineinstance.
getParavirtDebug() - Method in class org.virtualbox_5_2.IMachine
Debug parameters for the paravirtualized guest interface provider.
getParavirtProvider() - Method in class org.virtualbox_5_2.IMachine
The paravirtualized guest interface provider.
getParent() - Method in class org.virtualbox_5_2.IMachine
Associated parent object.
getParent() - Method in class org.virtualbox_5_2.IMedium
Parent of this medium (the medium this medium is directly based on).
getParent() - Method in class org.virtualbox_5_2.ISnapshot
Parent snapshot (a snapshot this one is based on), or null if the snapshot has no parent (i.e.
getPassthrough() - Method in class org.virtualbox_5_2.IMediumAttachment
Pass I/O requests through to a device on the host.
getPassword() - Method in class org.virtualbox_5_2.IUnattended
Assign a password to the user.
getPasswordIds() - Method in class org.virtualbox_5_2.IAppliance
Returns a list of password identifiers which must be supplied to import or export encrypted virtual machines.
getPath() - Method in class org.virtualbox_5_2.IAppliance
Path to the main file of the OVF appliance, which is either the.ovfor the.ovafile passed toIAppliance.read(String)(for import) orIAppliance.write(String,List,String)(for export).
getPath() - Method in class org.virtualbox_5_2.IHostVideoInputDevice
The host path of the device.
getPath() - Method in class org.virtualbox_5_2.IParallelPort
Host parallel device name.
getPath() - Method in class org.virtualbox_5_2.ISerialPort
Path to the serial port's pipe on the host whenISerialPort.getHostMode()is PortMode_HostPipe, the host serial device name whenISerialPort.getHostMode()is PortMode_HostDevice or the TCPport(server) orhostname:port(client) whenISerialPort.getHostMode()is PortMode_TCP.
getPath() - Method in class org.virtualbox_5_2.IVFSExplorer
Returns the current path in the virtual file system.
getPathStyle() - Method in class org.virtualbox_5_2.IGuestSession
The style of paths used by the guest.
getPATMEnabled() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the PATM component.
getPCIDeviceAssignments() - Method in class org.virtualbox_5_2.IMachine
Array of PCI devices assigned to this machine, to get list of all PCI devices attached to the machine useIConsole.getAttachedPCIDevices()attribute, as this attribute is intended to list only devices additional to what described in virtual hardware config.
getPercent() - Method in class org.virtualbox_5_2.IProgress
Current progress value of the task as a whole, in percent.
getPercent() - Method in class org.virtualbox_5_2.IProgressPercentageChangedEvent
New percent
getPerformanceCollector() - Method in class org.virtualbox_5_2.IVirtualBox
Associated performance collector object.
getPeriod() - Method in class org.virtualbox_5_2.IPerformanceMetric
Time interval between samples, measured in seconds.
getPid() - Method in class org.virtualbox_5_2.IGuestProcessEvent
Guest process ID (PID).
getPID() - Method in class org.virtualbox_5_2.IProcess
The process ID (PID).
getPixelFormat() - Method in class org.virtualbox_5_2.IFramebuffer
Frame buffer pixel format.
getPlugged() - Method in class org.virtualbox_5_2.IHostPCIDevicePlugEvent
If device successfully plugged or unplugged.
getPointerShape() - Method in class org.virtualbox_5_2.IMouse
The current mouse pointer used by the guest.
getPointingHIDType() - Method in class org.virtualbox_5_2.IMachine
Type of pointing HID (such as mouse or tablet) used in this VM.
getPort() - Method in class org.virtualbox_5_2.IMediumAttachment
Port number of this attachment.
getPort() - Method in class org.virtualbox_5_2.IUSBDevice
Host USB port number the device is physically connected to.
getPort() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getPort()filter.
getPort() - Method in class org.virtualbox_5_2.IVRDEServerInfo
VRDE server port number.
getPortCount() - Method in class org.virtualbox_5_2.IStorageController
The number of currently usable ports on the controller.
getPortForwardRules4() - Method in class org.virtualbox_5_2.INATNetwork
Array of NAT port-forwarding rules in string representation, in the following format: "name:protocolid:[host ip]:host port:[guest ip]:guest port".
getPortForwardRules6() - Method in class org.virtualbox_5_2.INATNetwork
Array of NAT port-forwarding rules in string representation, in the following format: "name:protocolid:[host ip]:host port:[guest ip]:guest port".
getPortVersion() - Method in class org.virtualbox_5_2.IUSBDevice
The major USB version of the host USB port the device is physically connected to - 1, 2 or 3.
getPostInstallCommand() - Method in class org.virtualbox_5_2.IUnattended
Custom post installation command.
getPostInstallScriptTemplatePath() - Method in class org.virtualbox_5_2.IUnattended
The post installation (shell/batch) script template file.
getPowerButtonHandled() - Method in class org.virtualbox_5_2.IConsole
Checks if the last power button event was handled by guest.
getPrimary() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getProcess() - Method in class org.virtualbox_5_2.IGuestProcessEvent
Guest process object which is related to this event.
getProcessed() - Method in class org.virtualbox_5_2.IGuestFileIOEvent
Processed input or output (in bytes).
getProcessed() - Method in class org.virtualbox_5_2.IGuestProcessIOEvent
Processed input or output (in bytes).
getProcesses() - Method in class org.virtualbox_5_2.IGuestSession
Returns all current guest processes.
getProcessorCoreCount() - Method in class org.virtualbox_5_2.IHost
Number of physical processor cores installed in the host system.
getProcessorCount() - Method in class org.virtualbox_5_2.IHost
Number of (logical) CPUs installed in the host system.
getProcessorCPUIDLeaf(Long, Long, Long, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IHost
Returns the CPU cpuid information for the specified leaf.
getProcessorDescription(Long) - Method in class org.virtualbox_5_2.IHost
Query the model string of a specified host CPU.
getProcessorFeature(ProcessorFeature) - Method in class org.virtualbox_5_2.IHost
Query whether a CPU feature is supported or not.
getProcessorOnlineCoreCount() - Method in class org.virtualbox_5_2.IHost
Number of physical processor cores online in the host system.
getProcessorOnlineCount() - Method in class org.virtualbox_5_2.IHost
Number of (logical) CPUs online in the host system.
getProcessorSpeed(Long) - Method in class org.virtualbox_5_2.IHost
Query the (approximate) maximum speed of a specified host CPU in Megahertz.
getProduct() - Method in class org.virtualbox_5_2.IUSBDevice
Product string.
getProduct() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProduct()filter.
getProductId() - Method in class org.virtualbox_5_2.IUSBDevice
Product ID.
getProductId() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProductId()filter.
getProductKey() - Method in class org.virtualbox_5_2.IUnattended
Any key which is used as authorization of access to install genuine OS
getProgressId() - Method in class org.virtualbox_5_2.IProgressEvent
GUID of the progress this event relates to.
getProgressOperations() - Method in class org.virtualbox_5_2.IVirtualBox
 
getPromiscModePolicy() - Method in class org.virtualbox_5_2.INetworkAdapter
The promiscuous mode policy of the network adapter when attached to an internal network, host only network or a bridge.
getProperties(String, Holder<List<String>>) - Method in class org.virtualbox_5_2.IMedium
Returns values for a group of properties in one call.
getProperties(String, Holder<List<String>>) - Method in class org.virtualbox_5_2.INetworkAdapter
Returns values for a group of properties in one call.
getPropertiesList() - Method in class org.virtualbox_5_2.IAudioAdapter
Array of names of tunable properties, which can be supported by audio driver.
getProperty(String) - Method in class org.virtualbox_5_2.IAudioAdapter
Returns an audio specific property string.
getProperty(String) - Method in class org.virtualbox_5_2.IMedium
Returns the value of the custom medium property with the given name.
getProperty(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Returns the value of the network attachment property with the given name.
getProto() - Method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
getProto() - Method in class org.virtualbox_5_2.INATRedirectEvent
Protocol (TCP or UDP) of the redirect rule.
getProtocolVersion() - Method in class org.virtualbox_5_2.IDnDBase
Returns the protocol version which is used to communicate with the guest.
getProtocolVersion() - Method in class org.virtualbox_5_2.IGuestSession
Returns the protocol version which is used by this session to communicate with the guest.
getProxy() - Method in class org.virtualbox_5_2.IUnattended
Proxy incantation to pass on to the guest OS installer.
getPublicKeyAlgorithm() - Method in class org.virtualbox_5_2.ICertificate
The public key algorithm name (if known).
getPublicKeyAlgorithmOID() - Method in class org.virtualbox_5_2.ICertificate
The dotted OID of the public key algorithm.
getPXEDebugEnabled() - Method in class org.virtualbox_5_2.IBIOSSettings
PXE debug logging flag.
getRawCertData() - Method in class org.virtualbox_5_2.ICertificate
The raw certificate bytes.
getRawModeSupported() - Method in class org.virtualbox_5_2.ISystemProperties
Indicates whether VirtualBox was built with raw-mode support.
getReadOnly() - Method in class org.virtualbox_5_2.IMedium
Returns true if this medium is read-only and false otherwise.
getRecommended2DVideoAcceleration() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if 2D video acceleration is recommended for this OS type.
getRecommended3DAcceleration() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if 3D acceleration is recommended for this OS type.
getRecommendedAudioCodec() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended audio codec type.
getRecommendedAudioController() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended audio controller type.
getRecommendedChipset() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended chipset type.
getRecommendedDVDStorageBus() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended storage bus type for DVD/CD drives.
getRecommendedDVDStorageController() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended storage controller type for DVD/CD drives.
getRecommendedFirmware() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended firmware type.
getRecommendedFloppy() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true a floppy drive is recommended for this OS type.
getRecommendedHDD() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended hard disk size in bytes.
getRecommendedHDStorageBus() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended storage bus type for HD drives.
getRecommendedHDStorageController() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended storage controller type for HD drives.
getRecommendedHPET() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if using HPET is recommended for this OS type.
getRecommendedIOAPIC() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if I/O-APIC recommended for this OS type.
getRecommendedPAE() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if using PAE is recommended for this OS type.
getRecommendedRAM() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended RAM size in Megabytes.
getRecommendedRTCUseUTC() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if the RTC of this VM should be set to UTC
getRecommendedTFReset() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if using VCPU reset on triple fault is recommended for this OS type.
getRecommendedUSB() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true a USB controller is recommended for this OS type.
getRecommendedUSB3() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true an xHCI (USB 3) controller is recommended for this OS type.
getRecommendedUSBHID() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if using USB Human Interface Devices, such as keyboard and mouse recommended.
getRecommendedUSBTablet() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if using a USB Tablet is recommended.
getRecommendedVirtEx() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if VT-x or AMD-V recommended for this OS type.
getRecommendedVRAM() - Method in class org.virtualbox_5_2.IGuestOSType
Recommended video RAM size in Megabytes.
getRecommendedX2APIC() - Method in class org.virtualbox_5_2.IGuestOSType
Returns true if X2APIC is recommended for this OS type.
getRecompileSupervisor() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for forcing code recompilation for supervisor mode code.
getRecompileUser() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for forcing code recompilation for user mode code.
getRedirects() - Method in class org.virtualbox_5_2.INATEngine
Array of NAT port-forwarding rules in string representation, in the following format: "name,protocol id,host ip,host port,guest ip,guest port".
getReference() - Method in class org.virtualbox_5_2.IBandwidthGroup
How many devices/medium attachments use this group.
getRegister(Long, String) - Method in class org.virtualbox_5_2.IMachineDebugger
Gets one register.
getRegistered() - Method in class org.virtualbox_5_2.IGuestFileRegisteredEvent
If true, the guest file was registered, otherwise it was unregistered.
getRegistered() - Method in class org.virtualbox_5_2.IGuestProcessRegisteredEvent
If true, the guest process was registered, otherwise it was unregistered.
getRegistered() - Method in class org.virtualbox_5_2.IGuestSessionRegisteredEvent
If true, the guest session was registered, otherwise it was unregistered.
getRegistered() - Method in class org.virtualbox_5_2.IMachineRegisteredEvent
If true, the machine was registered, otherwise it was unregistered.
getRegistered() - Method in class org.virtualbox_5_2.IMediumRegisteredEvent
If true, the medium was registered, otherwise it was unregistered.
getRegisters(Long, Holder<List<String>>, Holder<List<String>>) - Method in class org.virtualbox_5_2.IMachineDebugger
Gets all the registers for the given CPU.
getRelativeSupported() - Method in class org.virtualbox_5_2.IMouse
Whether the guest OS supports relative mouse pointer positioning or not.
getRemote() - Method in class org.virtualbox_5_2.IUSBDevice
Whether the device is physically connected to a remote VRDE client or to a local host machine.
getRemote() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getRemote()filter.
getRemoteUSBDevices() - Method in class org.virtualbox_5_2.IConsole
List of USB devices currently attached to the remote VRDE client.
getRemoteWSPort() - Method in class org.virtualbox_5_2.IUnknown
 
getRemove() - Method in class org.virtualbox_5_2.INATRedirectEvent
Whether rule remove or add.
getRemoved() - Method in class org.virtualbox_5_2.IStorageDeviceChangedEvent
Flag whether the device was removed or added to the VM.
getResultCode() - Method in class org.virtualbox_5_2.IProgress
Result code of the progress task.
getResultCode() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
Result code of the error.
getResultCode() - Method in exception org.virtualbox_5_2.VBoxException
 
getResultDetail() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
Optional result data of this error.
getReuseSingleConnection() - Method in class org.virtualbox_5_2.IVRDEServer
Flag whether the existing connection must be dropped and a new connection must be established by the VRDE server, when a new client connects in single connection mode.
getRevision() - Method in class org.virtualbox_5_2.IUSBDevice
Product revision number.
getRevision() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProductId()filter.
getRevision() - Method in class org.virtualbox_5_2.IVirtualBox
The internal build revision number of the product.
getRTCUseUTC() - Method in class org.virtualbox_5_2.IMachine
When set to true, the RTC device of the virtual machine will run in UTC time, otherwise in local time.
getScancodes() - Method in class org.virtualbox_5_2.IGuestKeyboardEvent
Array of scancodes.
getScanTime() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
Timestamp of the event in milliseconds.
getScope() - Method in class org.virtualbox_5_2.ISharedFolderChangedEvent
Scope of the notification.
getScreenId() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
The monitor which was changed.
getScreenId() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getScreenResolution(Long, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Integer>, Holder<Integer>, Holder<GuestMonitorStatus>) - Method in class org.virtualbox_5_2.IDisplay
Queries certain attributes such as display width, height, color depth and the X and Y origin for a given guest screen.
getScreenShotFormats() - Method in class org.virtualbox_5_2.ISystemProperties
Supported bitmap formats which can be used with takeScreenShot and takeScreenShotToArray methods.
getScriptTemplatePath() - Method in class org.virtualbox_5_2.IUnattended
The unattended installation script template file.
getScrollLock() - Method in class org.virtualbox_5_2.IKeyboardLedsChangedEvent
ScrollLock status.
getSearchStrings() - Method in class org.virtualbox_5_2.IHost
Search string registered for name resolving.
getSelfSigned() - Method in class org.virtualbox_5_2.ICertificate
Set if self signed certificate.
getSerialNumber() - Method in class org.virtualbox_5_2.ICertificate
Certificate serial number.
getSerialNumber() - Method in class org.virtualbox_5_2.IUSBDevice
Serial number string.
getSerialNumber() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getSerialNumber()filter.
getSerialPort(Long) - Method in class org.virtualbox_5_2.IMachine
Returns the serial port associated with the given slot.
getSerialPort() - Method in class org.virtualbox_5_2.ISerialPortChangedEvent
Serial port that is subject to change.
getSerialPortCount() - Method in class org.virtualbox_5_2.ISystemProperties
Maximum number of serial ports associated with everyIMachineinstance.
getServer() - Method in class org.virtualbox_5_2.ISerialPort
Flag whether this serial port acts as a server (creates a new pipe on the host) or as a client (uses the existing pipe).
getSession() - Method in class org.virtualbox_5_2.IGuestSessionEvent
Guest session that is subject to change.
getSessionName() - Method in class org.virtualbox_5_2.IMachine
Name of the session.
getSessionObject(IVirtualBox) - Method in class org.virtualbox_5_2.IWebsessionManager
Returns a managed object reference to a new ISession object for every call to this method.
getSessionObject() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
getSessionPID() - Method in class org.virtualbox_5_2.IMachine
Identifier of the session process.
getSessions() - Method in class org.virtualbox_5_2.IGuest
Returns a collection of all opened guest sessions.
getSessionState() - Method in class org.virtualbox_5_2.IMachine
Current session state for this machine.
getSettingsAuxFilePath() - Method in class org.virtualbox_5_2.IMachine
Full name of the file containing auxiliary machine settings data.
getSettingsFilePath() - Method in class org.virtualbox_5_2.IMachine
Full name of the file containing machine settings data.
getSettingsFilePath() - Method in class org.virtualbox_5_2.IVirtualBox
Full name of the global settings file.
getSettingsModified() - Method in class org.virtualbox_5_2.IMachine
Whether the settings of this machine have been modified (but neither yet saved nor discarded).
getShape() - Method in class org.virtualbox_5_2.IMousePointerShape
Shape bitmaps.
getShape() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
Shape buffer arrays.
getSharedFolders() - Method in class org.virtualbox_5_2.IConsole
Collection of shared folders for the current session.
getSharedFolders() - Method in class org.virtualbox_5_2.IMachine
Collection of shared folders for this machine (permanent shared folders).
getSharedFolders() - Method in class org.virtualbox_5_2.IVirtualBox
Collection of global shared folders.
getShortName() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Returns the host network interface short name.
getSignatureAlgorithmName() - Method in class org.virtualbox_5_2.ICertificate
The signature algorithm name if known (if known).
getSignatureAlgorithmOID() - Method in class org.virtualbox_5_2.ICertificate
The dotted OID of the signature algorithm.
getSilent() - Method in class org.virtualbox_5_2.IStorageDeviceChangedEvent
Flag whether the guest should be notified about the change.
getSingleStep() - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling single-stepping.
getSize() - Method in class org.virtualbox_5_2.IMedium
Physical size of the storage unit used to hold medium data (in bytes).
getSlot() - Method in class org.virtualbox_5_2.INATRedirectEvent
Adapter which NAT attached to.
getSlot() - Method in class org.virtualbox_5_2.INetworkAdapter
Slot number this adapter is plugged into.
getSlot() - Method in class org.virtualbox_5_2.IParallelPort
Slot number this parallel port is plugged into.
getSlot() - Method in class org.virtualbox_5_2.ISerialPort
Slot number this serial port is plugged into.
getSnapshotCount() - Method in class org.virtualbox_5_2.IMachine
Number of snapshots taken on this machine.
getSnapshotFolder() - Method in class org.virtualbox_5_2.IMachine
Full path to the directory used to store snapshot data (differencing media and saved state files) of this machine.
getSnapshotId() - Method in class org.virtualbox_5_2.ISnapshotEvent
ID of the snapshot this event relates to.
getSnapshotIds(String) - Method in class org.virtualbox_5_2.IMedium
Returns an array of UUIDs of all snapshots of the given machine where this medium is attached to.
getSource() - Method in class org.virtualbox_5_2.IEvent
Source of this event.
getSpeed() - Method in class org.virtualbox_5_2.IUSBDevice
The speed at which the device is currently communicating.
getStartEvent() - Method in class org.virtualbox_5_2.INATNetworkStartStopEvent
IsStartEvent is true when NAT network is started and false on stopping.
getState() - Method in class org.virtualbox_5_2.IConsole
Current execution state of the machine.
getState() - Method in class org.virtualbox_5_2.IGuestUserStateChangedEvent
What was changed for this guest user.
getState() - Method in class org.virtualbox_5_2.IHostUSBDevice
Current state of the device.
getState() - Method in class org.virtualbox_5_2.IMachine
Current execution state of this machine.
getState() - Method in class org.virtualbox_5_2.IMachineStateChangedEvent
New execution state.
getState() - Method in class org.virtualbox_5_2.IMedium
Returns the current medium state, which is the last state set by the accessibility check performed byIMedium.refreshState().
getState() - Method in class org.virtualbox_5_2.ISession
Current state of this session.
getState() - Method in class org.virtualbox_5_2.ISessionStateChangedEvent
New session state.
getState() - Method in class org.virtualbox_5_2.IStateChangedEvent
New machine state.
getStateDetails() - Method in class org.virtualbox_5_2.IGuestUserStateChangedEvent
Optional state details, depending on theIGuestUserStateChangedEvent.getState()attribute.
getStateFilePath() - Method in class org.virtualbox_5_2.IMachine
Full path to the file that stores the execution state of the machine when it is in theMachineState.Savedstate.
getStatisticsUpdateInterval() - Method in class org.virtualbox_5_2.IGuest
Interval to update guest statistics in seconds.
getStats(String, Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Get the VM statistics in a XMLish format.
getStatus() - Method in class org.virtualbox_5_2.IAdditionsFacility
The current status.
getStatus() - Method in class org.virtualbox_5_2.IFile
Current file status.
getStatus() - Method in class org.virtualbox_5_2.IGuestFileStateChangedEvent
New guest file status.
getStatus() - Method in class org.virtualbox_5_2.IGuestProcessInputNotifyEvent
Current process input status.
getStatus() - Method in class org.virtualbox_5_2.IGuestProcessStateChangedEvent
New guest process status.
getStatus() - Method in class org.virtualbox_5_2.IGuestSession
Returns the current session status.
getStatus() - Method in class org.virtualbox_5_2.IGuestSessionStateChangedEvent
New session status.
getStatus() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Status of the interface.
getStatus() - Method in class org.virtualbox_5_2.IProcess
The current process status; seeProcessStatusfor more information.
getStorageControllerByInstance(StorageBus, Long) - Method in class org.virtualbox_5_2.IMachine
Returns a storage controller of a specific storage bus with the given instance number.
getStorageControllerByName(String) - Method in class org.virtualbox_5_2.IMachine
Returns a storage controller with the given name.
getStorageControllerHotplugCapable(StorageControllerType) - Method in class org.virtualbox_5_2.ISystemProperties
Returns whether the given storage controller supports hot-plugging devices.
getStorageControllers() - Method in class org.virtualbox_5_2.IMachine
Array of storage controllers attached to this machine.
getStorageDevice() - Method in class org.virtualbox_5_2.IStorageDeviceChangedEvent
Storage device that is subject to change.
getSubjectName() - Method in class org.virtualbox_5_2.ICertificate
Subject name.
getSubjectPublicKey() - Method in class org.virtualbox_5_2.ICertificate
The raw public key bytes.
getSubjectUniqueIdentifier() - Method in class org.virtualbox_5_2.ICertificate
Unique identifier of this certificate (empty string if not present).
getSuccess() - Method in class org.virtualbox_5_2.IHostPCIDevicePlugEvent
If operation was successful, if false - 'message' attribute may be of interest.
getSupportsAbsolute() - Method in class org.virtualbox_5_2.IMouseCapabilityChangedEvent
Supports absolute coordinates.
getSupportsMultiTouch() - Method in class org.virtualbox_5_2.IMouseCapabilityChangedEvent
Supports multi-touch events coordinates.
getSupportsRelative() - Method in class org.virtualbox_5_2.IMouseCapabilityChangedEvent
Supports relative coordinates.
getSystemProperties() - Method in class org.virtualbox_5_2.IVirtualBox
Associated system information object.
getTeleporterAddress() - Method in class org.virtualbox_5_2.IMachine
The address the target teleporter will listen on.
getTeleporterEnabled() - Method in class org.virtualbox_5_2.IMachine
When set to true, the virtual machine becomes a target teleporter the next time it is powered on.
getTeleporterPassword() - Method in class org.virtualbox_5_2.IMachine
The password to check for on the target teleporter.
getTeleporterPort() - Method in class org.virtualbox_5_2.IMachine
The TCP port the target teleporter will listen for incoming teleportations on.
getTemporary() - Method in class org.virtualbox_5_2.IMachineDataChangedEvent
true if the settings change is temporary.
getTemporaryEject() - Method in class org.virtualbox_5_2.IMediumAttachment
Whether guest-triggered eject results in unmounting the medium.
getText() - Method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
Text description of the error.
getTFTPBootFile() - Method in class org.virtualbox_5_2.INATEngine
TFTP boot file attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
getTFTPNextServer() - Method in class org.virtualbox_5_2.INATEngine
TFTP server attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
getTFTPPrefix() - Method in class org.virtualbox_5_2.INATEngine
TFTP prefix attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
getTimeOffset() - Method in class org.virtualbox_5_2.IBIOSSettings
Offset in milliseconds from the host system time.
getTimeout() - Method in class org.virtualbox_5_2.IGuestSession
Returns the session timeout (in ms).
getTimeout() - Method in class org.virtualbox_5_2.IProgress
When non-zero, this specifies the number of milliseconds after which the operation will automatically be canceled.
getTimeRemaining() - Method in class org.virtualbox_5_2.IProgress
Estimated remaining time until the task completes, in seconds.
getTimeStamp() - Method in class org.virtualbox_5_2.ISnapshot
Time stamp of the snapshot, in milliseconds since 1970-01-01 UTC.
getTimeZone() - Method in class org.virtualbox_5_2.IUnattended
The guest time zone specifier.
getTraceEnabled() - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether network traffic from/to the network card should be traced.
getTraceFile() - Method in class org.virtualbox_5_2.INetworkAdapter
Filename where a network trace will be stored.
getTracingConfig() - Method in class org.virtualbox_5_2.IMachine
Tracepoint configuration to apply at startup whenIMachine.getTracingEnabled()is true.
getTracingEnabled() - Method in class org.virtualbox_5_2.IMachine
Enables the tracing facility in the VMM (including PDM devices + drivers).
getTrusted() - Method in class org.virtualbox_5_2.ICertificate
Set if the certificate is trusted (by the parent object).
getType() - Method in class org.virtualbox_5_2.IAdditionsFacility
The facility's type ID.
getType() - Method in class org.virtualbox_5_2.IBandwidthGroup
Type of the group.
getType() - Method in class org.virtualbox_5_2.IEvent
Event type.
getType() - Method in class org.virtualbox_5_2.IFsObjInfo
The object type.
getType() - Method in class org.virtualbox_5_2.IMedium
Type (role) of this medium.
getType() - Method in class org.virtualbox_5_2.IMediumAttachment
Device type of this attachment.
getType() - Method in class org.virtualbox_5_2.ISession
Type of this session.
getType() - Method in class org.virtualbox_5_2.IUSBController
The USB Controller type.
getType() - Method in class org.virtualbox_5_2.IUSBProxyBackend
The type of the backend.
getType() - Method in class org.virtualbox_5_2.IVFSExplorer
Returns the file system type which is currently in use.
getUID() - Method in class org.virtualbox_5_2.IFsObjInfo
The user owning the filesystem object (st_uid).
getUnit() - Method in class org.virtualbox_5_2.IPerformanceMetric
Unit of measurement.
getUpperIP() - Method in class org.virtualbox_5_2.IDHCPServer
specifies to IP address in server address range
getUptime() - Method in class org.virtualbox_5_2.IMachineDebugger
VM uptime in milliseconds, i.e.
getUSBControllerByName(String) - Method in class org.virtualbox_5_2.IMachine
Returns a USB controller with the given type.
getUSBControllerCountByType(USBControllerType) - Method in class org.virtualbox_5_2.IMachine
Returns the number of USB controllers of the given type attached to the VM.
getUSBControllers() - Method in class org.virtualbox_5_2.IMachine
Array of USB controllers attached to this machine.
getUSBDeviceFilters() - Method in class org.virtualbox_5_2.IHost
List of USB device filters in action.
getUSBDeviceFilters() - Method in class org.virtualbox_5_2.IMachine
Associated USB device filters object.
getUSBDevices() - Method in class org.virtualbox_5_2.IConsole
Collection of USB devices currently attached to the virtual USB controller.
getUSBDevices() - Method in class org.virtualbox_5_2.IHost
List of USB devices currently attached to the host.
getUSBProxyAvailable() - Method in class org.virtualbox_5_2.IMachine
Returns whether there is an USB proxy available.
getUSBStandard() - Method in class org.virtualbox_5_2.IUSBController
USB standard version which the controller implements.
getUseHostClipboard() - Method in class org.virtualbox_5_2.IConsole
Whether the guest clipboard should be connected to the host one or whether it should only be allowed access to the VRDE clipboard.
getUseHostIOCache() - Method in class org.virtualbox_5_2.IStorageController
If true, the storage controller emulation will use a dedicated I/O thread, enable the host I/O caches and use synchronous file APIs on the host.
getUser() - Method in class org.virtualbox_5_2.IGuestSession
Returns the user name used by this session to impersonate users in the guest.
getUser() - Method in class org.virtualbox_5_2.IUnattended
Assign an user login name.
getUser() - Method in class org.virtualbox_5_2.IVRDEServerInfo
Login user name supplied by the client.
getUserFlags() - Method in class org.virtualbox_5_2.IFsObjInfo
User flags (st_flags).
getUserName() - Method in class org.virtualbox_5_2.IFsObjInfo
The user name.
getUTCTime() - Method in class org.virtualbox_5_2.IHost
Returns the current host time in milliseconds since 1970-01-01 UTC.
getValidationKitIsoPath() - Method in class org.virtualbox_5_2.IUnattended
VirtualBox ValidationKit ISO image path.
getValidityPeriodNotAfter() - Method in class org.virtualbox_5_2.ICertificate
Certificate not valid after ISO time stamp.
getValidityPeriodNotBefore() - Method in class org.virtualbox_5_2.ICertificate
Certificate not valid before ISO time stamp.
getValue() - Method in class org.virtualbox_5_2.IExtraDataCanChangeEvent
Extra data value for the given key.
getValue() - Method in class org.virtualbox_5_2.IExtraDataChangedEvent
Extra data value for the given key.
getValue() - Method in class org.virtualbox_5_2.IGuestPropertyChangedEvent
The new property value.
getValuesByType(VirtualSystemDescriptionType, VirtualSystemDescriptionValueType) - Method in class org.virtualbox_5_2.IVirtualSystemDescription
This is the same asIVirtualSystemDescription.getDescriptionByType(org.virtualbox_5_2.VirtualSystemDescriptionType,Holder,Holder,Holder,Holder,Holder)except that you can specify which value types should be returned.
getVariant() - Method in class org.virtualbox_5_2.IMedium
Returns the storage format variant information for this medium as an array of the flags described atMediumVariant.
getVBox() - Method in class org.virtualbox_5_2.VirtualBoxManager
 
getVendorId() - Method in class org.virtualbox_5_2.IUSBDevice
Vendor ID.
getVendorId() - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getVendorId()filter.
getVersion() - Method in class org.virtualbox_5_2.IUSBDevice
The major USB version of the device - 1, 2 or 3.
getVersion() - Method in class org.virtualbox_5_2.IVirtualBox
A string representing the version number of the product.
getVersionNormalized() - Method in class org.virtualbox_5_2.IVirtualBox
A string representing the version number of the product, without the publisher information (but still with other tags).
getVersionNumber() - Method in class org.virtualbox_5_2.ICertificate
Certificate version number.
getVetos() - Method in class org.virtualbox_5_2.IVetoEvent
Current veto reason list, if size is 0 - no veto.
getVideoCaptureEnabled() - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox uses video capturing to record a VM session.
getVideoCaptureFile() - Method in class org.virtualbox_5_2.IMachine
This setting determines the filename VirtualBox uses to save the recorded content.
getVideoCaptureFPS() - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximum number of frames per second.
getVideoCaptureHeight() - Method in class org.virtualbox_5_2.IMachine
This setting determines the vertical resolution of the recorded video.
getVideoCaptureMaxFileSize() - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximal number of captured video file size in MB.
getVideoCaptureMaxTime() - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximum amount of time in milliseconds the video capture will work for.
getVideoCaptureOptions() - Method in class org.virtualbox_5_2.IMachine
This setting contains any additional video capture options required in comma-separated key=value format.
getVideoCaptureRate() - Method in class org.virtualbox_5_2.IMachine
This setting determines the bitrate in kilobits per second.
getVideoCaptureScreens() - Method in class org.virtualbox_5_2.IMachine
This setting determines for which screens video capturing is enabled.
getVideoCaptureWidth() - Method in class org.virtualbox_5_2.IMachine
This setting determines the horizontal resolution of the recorded video.
getVideoInputDevices() - Method in class org.virtualbox_5_2.IHost
List of currently available host video capture devices.
getVirtualBoxErrorInfo() - Method in exception org.virtualbox_5_2.VBoxException
 
getVirtualSystemDescriptions() - Method in class org.virtualbox_5_2.IAppliance
Array of virtual system descriptions.
getVirtualTimeRate() - Method in class org.virtualbox_5_2.IMachineDebugger
The rate at which the virtual time runs expressed as a percentage.
getVisible() - Method in class org.virtualbox_5_2.IFramebufferOverlay
Whether the overlay is currently visible.
getVisible() - Method in class org.virtualbox_5_2.IMousePointerShape
Flag whether the pointer is visible.
getVisible() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
Flag whether the pointer is visible.
getVmConfigs() - Method in class org.virtualbox_5_2.IDHCPServer
 
getVMProcessPriority() - Method in class org.virtualbox_5_2.IMachine
Sets the priority of the VM process.
getVmSlotOptions(String, Integer) - Method in class org.virtualbox_5_2.IDHCPServer
 
getVRAMSize() - Method in class org.virtualbox_5_2.IMachine
Video memory size in megabytes.
getVRDEAuthLibrary() - Method in class org.virtualbox_5_2.ISystemProperties
Library that provides authentication for Remote Desktop clients.
getVRDEExtPack() - Method in class org.virtualbox_5_2.IVRDEServer
The name of Extension Pack providing VRDE for this VM.
getVRDEProperties() - Method in class org.virtualbox_5_2.IVRDEServer
Array of names of properties, which are supported by this VRDE server.
getVRDEProperty(String) - Method in class org.virtualbox_5_2.IVRDEServer
Returns a VRDE specific property string.
getVRDEServer() - Method in class org.virtualbox_5_2.IMachine
VirtualBox Remote Desktop Extension (VRDE) server object.
getVRDEServerInfo() - Method in class org.virtualbox_5_2.IConsole
Interface that provides information on Remote Desktop Extension (VRDE) connection.
getW() - Method in class org.virtualbox_5_2.IGuestMouseEvent
W delta.
getWaitable() - Method in class org.virtualbox_5_2.IEvent
If we can wait for this event being processed.
getWarnings() - Method in class org.virtualbox_5_2.IAppliance
Returns textual warnings which occurred during execution ofIAppliance.interpret().
getWebcams() - Method in class org.virtualbox_5_2.IEmulatedUSB
Lists attached virtual webcams.
getWebServiceAuthLibrary() - Method in class org.virtualbox_5_2.ISystemProperties
Library that provides authentication for webservice clients.
getWidth() - Method in class org.virtualbox_5_2.IFramebuffer
Frame buffer width, in pixels.
getWidth() - Method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
Width of the screen.
getWidth() - Method in class org.virtualbox_5_2.IGuestScreenInfo
 
getWidth() - Method in class org.virtualbox_5_2.IMousePointerShape
Width of the pointer shape in pixels.
getWidth() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
Width of the pointer shape in pixels.
getWinId() - Method in class org.virtualbox_5_2.IShowWindowEvent
Platform-dependent identifier of the top-level VM console window, or zero if this method has performed all actions necessary to implement theshow windowsemantics for the given platform and/or this VirtualBox front-end.
getWireless() - Method in class org.virtualbox_5_2.IHostNetworkInterface
Specifies whether the interface is wireless.
getWrapped() - Method in class org.virtualbox_5_2.IUnknown
 
getWritable() - Method in class org.virtualbox_5_2.ISharedFolder
Whether the folder defined by the host path is writable or not.
getX() - Method in class org.virtualbox_5_2.IFramebufferOverlay
X position of the overlay, relative to the frame buffer.
getX() - Method in class org.virtualbox_5_2.IGuestMouseEvent
New X position, or X delta.
getXhot() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
The pointer hot spot X coordinate.
getXPositions() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
X positions.
getY() - Method in class org.virtualbox_5_2.IFramebufferOverlay
Y position of the overlay, relative to the frame buffer.
getY() - Method in class org.virtualbox_5_2.IGuestMouseEvent
New Y position, or Y delta.
getYhot() - Method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
The pointer hot spot Y coordinate.
getYPositions() - Method in class org.virtualbox_5_2.IGuestMultiTouchEvent
Y positions.
getZ() - Method in class org.virtualbox_5_2.IGuestMouseEvent
Z delta.
GraphicsControllerType - Enum in org.virtualbox_5_2
Graphics controller type, used withIMachine.unregister(org.virtualbox_5_2.CleanupMode).
GuestMonitorChangedEventType - Enum in org.virtualbox_5_2
How the guest monitor has been changed.
GuestMonitorStatus - Enum in org.virtualbox_5_2
The current status of the guest display.
GuestMouseEventMode - Enum in org.virtualbox_5_2
The mode (relative, absolute, multi-touch) of a pointer event.
GuestSessionStatus - Enum in org.virtualbox_5_2
Guest session status.
GuestSessionWaitForFlag - Enum in org.virtualbox_5_2
Guest session waiting flags.
GuestSessionWaitResult - Enum in org.virtualbox_5_2
Guest session waiting results.
GuestUserState - Enum in org.virtualbox_5_2
State a guest user has been changed to.

H

handleEvent(IEvent) - Method in class org.virtualbox_5_2.IEventListener
Handle event callback for active listeners.
Helper - Class in org.virtualbox_5_2
 
Helper() - Constructor for class org.virtualbox_5_2.Helper
 
Holder<T> - Class in org.virtualbox_5_2
 
Holder() - Constructor for class org.virtualbox_5_2.Holder
 
Holder(T) - Constructor for class org.virtualbox_5_2.Holder
 
HostNetworkInterfaceMediumType - Enum in org.virtualbox_5_2
Type of encapsulation.
HostNetworkInterfaceStatus - Enum in org.virtualbox_5_2
Current status of the interface.
HostNetworkInterfaceType - Enum in org.virtualbox_5_2
Network interface type.
hotPlugCPU(Long) - Method in class org.virtualbox_5_2.IMachine
Plugs a CPU into the machine.
hotUnplugCPU(Long) - Method in class org.virtualbox_5_2.IMachine
Removes a CPU from the machine.
HWVirtExPropertyType - Enum in org.virtualbox_5_2
Hardware virtualization property type.

I

IAdditionsFacility - Class in org.virtualbox_5_2
Structure representing a Guest Additions facility.
IAdditionsFacility(IAdditionsFacility, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IAdditionsFacility
 
IAdditionsStateChangedEvent - Class in org.virtualbox_5_2
Notification when a Guest Additions property changes.
IAdditionsStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IAdditionsStateChangedEvent
 
IAppliance - Class in org.virtualbox_5_2
Represents a platform-independent appliance in OVF format.
IAppliance(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IAppliance
 
IAudioAdapter - Class in org.virtualbox_5_2
The IAudioAdapter interface represents the virtual audio adapter of the virtual machine.
IAudioAdapter(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IAudioAdapter
 
IAudioAdapterChangedEvent - Class in org.virtualbox_5_2
Notification when a property of the audio adapter changes.
IAudioAdapterChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IAudioAdapterChangedEvent
 
IBandwidthControl - Class in org.virtualbox_5_2
Controls the bandwidth groups of one machine used to cap I/O done by a VM.
IBandwidthControl(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IBandwidthControl
 
IBandwidthGroup - Class in org.virtualbox_5_2
Represents one bandwidth group.
IBandwidthGroup(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IBandwidthGroup
 
IBandwidthGroupChangedEvent - Class in org.virtualbox_5_2
Notification when one of the bandwidth groups changed Interface ID: {334DF94A-7556-4CBC-8C04-043096B02D82}
IBandwidthGroupChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IBandwidthGroupChangedEvent
 
IBIOSSettings - Class in org.virtualbox_5_2
The IBIOSSettings interface represents BIOS settings of the virtual machine.
IBIOSSettings(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IBIOSSettings
 
ICanShowWindowEvent - Class in org.virtualbox_5_2
Notification when a call toIMachine.canShowConsoleWindow()is made by a front-end to check if a subsequent call toIMachine.showConsoleWindow()can succeed.
ICanShowWindowEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ICanShowWindowEvent
 
ICertificate - Class in org.virtualbox_5_2
X.509 certificate details.
ICertificate(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ICertificate
 
IClipboardModeChangedEvent - Class in org.virtualbox_5_2
Notification when the shared clipboard mode changes.
IClipboardModeChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IClipboardModeChangedEvent
 
IConsole - Class in org.virtualbox_5_2
The IConsole interface represents an interface to control virtual machine execution.
IConsole(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IConsole
 
ICPUChangedEvent - Class in org.virtualbox_5_2
Notification when a CPU changes.
ICPUChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ICPUChangedEvent
 
ICPUExecutionCapChangedEvent - Class in org.virtualbox_5_2
Notification when the CPU execution cap changes.
ICPUExecutionCapChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ICPUExecutionCapChangedEvent
 
IDHCPServer - Class in org.virtualbox_5_2
The IDHCPServer interface represents the VirtualBox DHCP server configuration.
IDHCPServer(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDHCPServer
 
IDirectory - Class in org.virtualbox_5_2
Abstract parent interface for directories handled by VirtualBox.
IDirectory(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDirectory
 
IDisplay - Class in org.virtualbox_5_2
The IDisplay interface represents the virtual machine's display.
IDisplay(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDisplay
 
IDnDBase - Class in org.virtualbox_5_2
Base abstract interface for drag'n drop.
IDnDBase(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDnDBase
 
IDnDModeChangedEvent - Class in org.virtualbox_5_2
Notification when the drag'n drop mode changes.
IDnDModeChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDnDModeChangedEvent
 
IDnDSource - Class in org.virtualbox_5_2
Abstract interface for handling drag'n drop sources.
IDnDSource(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDnDSource
 
IDnDTarget - Class in org.virtualbox_5_2
Abstract interface for handling drag'n drop targets.
IDnDTarget(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IDnDTarget
 
IEmulatedUSB - Class in org.virtualbox_5_2
Manages emulated USB devices.
IEmulatedUSB(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IEmulatedUSB
 
IEvent - Class in org.virtualbox_5_2
Abstract parent interface for VirtualBox events.
IEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IEvent
 
IEventListener - Class in org.virtualbox_5_2
Event listener.
IEventListener(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IEventListener
 
IEventSource - Class in org.virtualbox_5_2
Event source.
IEventSource(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IEventSource
 
IEventSourceChangedEvent - Class in org.virtualbox_5_2
Notification when an event source state changes (listener added or removed).
IEventSourceChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IEventSourceChangedEvent
 
IExtraDataCanChangeEvent - Class in org.virtualbox_5_2
Notification when someone tries to change extra data for either the given machine or (if null) global extra data.
IExtraDataCanChangeEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IExtraDataCanChangeEvent
 
IExtraDataChangedEvent - Class in org.virtualbox_5_2
Notification when machine specific or global extra data has changed.
IExtraDataChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IExtraDataChangedEvent
 
IFile - Class in org.virtualbox_5_2
Abstract parent interface for files handled by VirtualBox.
IFile(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IFile
 
IFramebuffer - Class in org.virtualbox_5_2
 
IFramebuffer(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IFramebuffer
 
IFramebufferOverlay - Class in org.virtualbox_5_2
The IFramebufferOverlay interface represents an alpha blended overlay for displaying status icons above an IFramebuffer.
IFramebufferOverlay(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IFramebufferOverlay
 
IFsObjInfo - Class in org.virtualbox_5_2
Abstract parent interface for VirtualBox file system object information.
IFsObjInfo(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IFsObjInfo
 
IGuest - Class in org.virtualbox_5_2
The IGuest interface represents information about the operating system running inside the virtual machine.
IGuest(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuest
 
IGuestDirectory - Class in org.virtualbox_5_2
Implementation of theIDirectoryobject for directories in the guest.
IGuestDirectory(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestDirectory
 
IGuestDnDSource - Class in org.virtualbox_5_2
Implementation of theIDnDSourceobject for source drag'n drop operations on the guest.
IGuestDnDSource(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestDnDSource
 
IGuestDnDTarget - Class in org.virtualbox_5_2
Implementation of theIDnDTargetobject for target drag'n drop operations on the guest.
IGuestDnDTarget(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestDnDTarget
 
IGuestFile - Class in org.virtualbox_5_2
Implementation of theIFileobject for files in the guest.
IGuestFile(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFile
 
IGuestFileEvent - Class in org.virtualbox_5_2
Base abstract interface for all guest file events.
IGuestFileEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileEvent
 
IGuestFileIOEvent - Class in org.virtualbox_5_2
Base abstract interface for all guest file input/output (IO) events.
IGuestFileIOEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileIOEvent
 
IGuestFileOffsetChangedEvent - Class in org.virtualbox_5_2
Notification when a guest file changed its current offset.
IGuestFileOffsetChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileOffsetChangedEvent
 
IGuestFileReadEvent - Class in org.virtualbox_5_2
Notification when data has been read from a guest file.
IGuestFileReadEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileReadEvent
 
IGuestFileRegisteredEvent - Class in org.virtualbox_5_2
Notification when a guest file was registered or unregistered.
IGuestFileRegisteredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileRegisteredEvent
 
IGuestFileStateChangedEvent - Class in org.virtualbox_5_2
Notification when a guest file changed its state.
IGuestFileStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileStateChangedEvent
 
IGuestFileWriteEvent - Class in org.virtualbox_5_2
Notification when data has been written to a guest file.
IGuestFileWriteEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFileWriteEvent
 
IGuestFsObjInfo - Class in org.virtualbox_5_2
Represents the guest implementation of theIFsObjInfoobject.
IGuestFsObjInfo(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestFsObjInfo
 
IGuestKeyboardEvent - Class in org.virtualbox_5_2
Notification when guest keyboard event happens.
IGuestKeyboardEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestKeyboardEvent
 
IGuestMonitorChangedEvent - Class in org.virtualbox_5_2
Notification when the guest enables one of its monitors.
IGuestMonitorChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestMonitorChangedEvent
 
IGuestMouseEvent - Class in org.virtualbox_5_2
Notification when guest mouse event happens.
IGuestMouseEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestMouseEvent
 
IGuestMultiTouchEvent - Class in org.virtualbox_5_2
Notification when guest touch screen event happens.
IGuestMultiTouchEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestMultiTouchEvent
 
IGuestOSType - Class in org.virtualbox_5_2
Interface ID: {B1336A0A-2546-4D99-8CFF-8EFB130CFA9D}
IGuestOSType(IGuestOSType, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestOSType
 
IGuestProcess - Class in org.virtualbox_5_2
Implementation of theIProcessobject for processes the host has started in the guest.
IGuestProcess(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcess
 
IGuestProcessEvent - Class in org.virtualbox_5_2
Base abstract interface for all guest process events.
IGuestProcessEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessEvent
 
IGuestProcessInputNotifyEvent - Class in org.virtualbox_5_2
Notification when a guest process' stdin became available.
IGuestProcessInputNotifyEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessInputNotifyEvent
 
IGuestProcessIOEvent - Class in org.virtualbox_5_2
Base abstract interface for all guest process input/output (IO) events.
IGuestProcessIOEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessIOEvent
 
IGuestProcessOutputEvent - Class in org.virtualbox_5_2
Notification when there is guest process output available for reading.
IGuestProcessOutputEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessOutputEvent
 
IGuestProcessRegisteredEvent - Class in org.virtualbox_5_2
Notification when a guest process was registered or unregistered.
IGuestProcessRegisteredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessRegisteredEvent
 
IGuestProcessStateChangedEvent - Class in org.virtualbox_5_2
Notification when a guest process changed its state.
IGuestProcessStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestProcessStateChangedEvent
 
IGuestPropertyChangedEvent - Class in org.virtualbox_5_2
Notification when a guest property has changed.
IGuestPropertyChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestPropertyChangedEvent
 
IGuestScreenInfo - Class in org.virtualbox_5_2
 
IGuestScreenInfo(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestScreenInfo
 
IGuestSession - Class in org.virtualbox_5_2
A guest session represents one impersonated user account in the guest, so every operation will use the same credentials specified when creating the session object viaIGuest.createSession(String,String,String,String).
IGuestSession(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestSession
 
IGuestSessionEvent - Class in org.virtualbox_5_2
Base abstract interface for all guest session events.
IGuestSessionEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestSessionEvent
 
IGuestSessionRegisteredEvent - Class in org.virtualbox_5_2
Notification when a guest session was registered or unregistered.
IGuestSessionRegisteredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestSessionRegisteredEvent
 
IGuestSessionStateChangedEvent - Class in org.virtualbox_5_2
Notification when a guest session changed its state.
IGuestSessionStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestSessionStateChangedEvent
 
IGuestUserStateChangedEvent - Class in org.virtualbox_5_2
Notification when a guest user changed its state.
IGuestUserStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IGuestUserStateChangedEvent
 
IHost - Class in org.virtualbox_5_2
The IHost interface represents the physical machine that this VirtualBox installation runs on.
IHost(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHost
 
IHostNameResolutionConfigurationChangeEvent - Class in org.virtualbox_5_2
 
IHostNameResolutionConfigurationChangeEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostNameResolutionConfigurationChangeEvent
 
IHostNetworkInterface - Class in org.virtualbox_5_2
Represents one of host's network interfaces.
IHostNetworkInterface(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostNetworkInterface
 
IHostPCIDevicePlugEvent - Class in org.virtualbox_5_2
Notification when host PCI device is plugged/unplugged.
IHostPCIDevicePlugEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostPCIDevicePlugEvent
 
IHostUSBDevice - Class in org.virtualbox_5_2
The IHostUSBDevice interface represents a physical USB device attached to the host computer.
IHostUSBDevice(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostUSBDevice
 
IHostUSBDeviceFilter - Class in org.virtualbox_5_2
The IHostUSBDeviceFilter interface represents a global filter for a physical USB device used by the host computer.
IHostUSBDeviceFilter(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostUSBDeviceFilter
 
IHostVideoInputDevice - Class in org.virtualbox_5_2
Represents one of host's video capture devices, for example a webcam.
IHostVideoInputDevice(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IHostVideoInputDevice
 
IKeyboard - Class in org.virtualbox_5_2
The IKeyboard interface represents the virtual machine's keyboard.
IKeyboard(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IKeyboard
 
IKeyboardLedsChangedEvent - Class in org.virtualbox_5_2
Notification when the guest OS executes the KBD_CMD_SET_LEDS command to alter the state of the keyboard LEDs.
IKeyboardLedsChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IKeyboardLedsChangedEvent
 
IMachine - Class in org.virtualbox_5_2
The IMachine interface represents a virtual machine, or guest, created in VirtualBox.
IMachine(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachine
 
IMachineDataChangedEvent - Class in org.virtualbox_5_2
Any of the settings of the given machine has changed.
IMachineDataChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachineDataChangedEvent
 
IMachineDebugger - Class in org.virtualbox_5_2
 
IMachineDebugger(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachineDebugger
 
IMachineEvent - Class in org.virtualbox_5_2
Base abstract interface for all machine events.
IMachineEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachineEvent
 
IMachineRegisteredEvent - Class in org.virtualbox_5_2
The given machine was registered or unregistered within this VirtualBox installation.
IMachineRegisteredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachineRegisteredEvent
 
IMachineStateChangedEvent - Class in org.virtualbox_5_2
Machine state change event.
IMachineStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMachineStateChangedEvent
 
IManagedObjectRef - Class in org.virtualbox_5_2
Managed object reference.
IManagedObjectRef(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IManagedObjectRef
 
IMedium - Class in org.virtualbox_5_2
The IMedium interface represents virtual storage for a machine's hard disks, CD/DVD or floppy drives.
IMedium(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMedium
 
IMediumAttachment - Class in org.virtualbox_5_2
The IMediumAttachment interface links storage media to virtual machines.
IMediumAttachment(IMediumAttachment, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMediumAttachment
 
IMediumChangedEvent - Class in org.virtualbox_5_2
Notification when aIMachine.getMediumAttachments()changes.
IMediumChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMediumChangedEvent
 
IMediumConfigChangedEvent - Class in org.virtualbox_5_2
The configuration of the given medium was changed (location, properties, child/parent or anything else).
IMediumConfigChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMediumConfigChangedEvent
 
IMediumFormat - Class in org.virtualbox_5_2
The IMediumFormat interface represents a medium format.
IMediumFormat(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMediumFormat
 
IMediumRegisteredEvent - Class in org.virtualbox_5_2
The given medium was registered or unregistered within this VirtualBox installation.
IMediumRegisteredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMediumRegisteredEvent
 
IMouse - Class in org.virtualbox_5_2
The IMouse interface represents the virtual machine's mouse.
IMouse(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMouse
 
IMouseCapabilityChangedEvent - Class in org.virtualbox_5_2
Notification when the mouse capabilities reported by the guest have changed.
IMouseCapabilityChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMouseCapabilityChangedEvent
 
IMousePointerShape - Class in org.virtualbox_5_2
The guest mouse pointer description.
IMousePointerShape(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMousePointerShape
 
IMousePointerShapeChangedEvent - Class in org.virtualbox_5_2
Notification when the guest mouse pointer shape has changed.
IMousePointerShapeChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IMousePointerShapeChangedEvent
 
importMachines(List<ImportOptions>) - Method in class org.virtualbox_5_2.IAppliance
Imports the appliance into VirtualBox by creating instances ofIMachineand other interfaces that match the information contained in the appliance as closely as possible, as represented by the import instructions in theIAppliance.getVirtualSystemDescriptions()array.
ImportOptions - Enum in org.virtualbox_5_2
Import options, used withIAppliance.importMachines(List).
INATEngine - Class in org.virtualbox_5_2
Interface for managing a NAT engine which is used with a virtual machine.
INATEngine(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATEngine
 
INATNetwork - Class in org.virtualbox_5_2
 
INATNetwork(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetwork
 
INATNetworkAlterEvent - Class in org.virtualbox_5_2
 
INATNetworkAlterEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkAlterEvent
 
INATNetworkChangedEvent - Class in org.virtualbox_5_2
 
INATNetworkChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkChangedEvent
 
INATNetworkCreationDeletionEvent - Class in org.virtualbox_5_2
 
INATNetworkCreationDeletionEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkCreationDeletionEvent
 
INATNetworkPortForwardEvent - Class in org.virtualbox_5_2
 
INATNetworkPortForwardEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
INATNetworkSettingEvent - Class in org.virtualbox_5_2
 
INATNetworkSettingEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkSettingEvent
 
INATNetworkStartStopEvent - Class in org.virtualbox_5_2
 
INATNetworkStartStopEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATNetworkStartStopEvent
 
INATRedirectEvent - Class in org.virtualbox_5_2
Notification when NAT redirect rule added or removed.
INATRedirectEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INATRedirectEvent
 
INetworkAdapter - Class in org.virtualbox_5_2
Represents a virtual network adapter that is attached to a virtual machine.
INetworkAdapter(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INetworkAdapter
 
INetworkAdapterChangedEvent - Class in org.virtualbox_5_2
Notification when a property of one of the virtualIMachine.getNetworkAdapter(Long)changes.
INetworkAdapterChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.INetworkAdapterChangedEvent
 
info(String, String) - Method in class org.virtualbox_5_2.IMachineDebugger
Interfaces with the info dumpers (DBGFInfo).
initPerThread() - Static method in class org.virtualbox_5_2.VirtualBoxManager
 
injectNMI() - Method in class org.virtualbox_5_2.IMachineDebugger
Inject an NMI into a running VT-x/AMD-V VM.
insertDeviceFilter(Long, IUSBDeviceFilter) - Method in class org.virtualbox_5_2.IUSBDeviceFilters
Inserts the given USB device to the specified position in the list of filters.
insertUSBDeviceFilter(Long, IHostUSBDeviceFilter) - Method in class org.virtualbox_5_2.IHost
Inserts the given USB device to the specified position in the list of filters.
internalGetStatistics(Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IGuest
Internal method; do not use as it might change at any time.
interpret() - Method in class org.virtualbox_5_2.IAppliance
Interprets the OVF data that was read when the appliance was constructed.
invalidateAndUpdate() - Method in class org.virtualbox_5_2.IDisplay
Does a full invalidation of the VM display and instructs the VM to update it.
invalidateAndUpdateScreen(Long) - Method in class org.virtualbox_5_2.IDisplay
Redraw the specified VM screen.
IParallelPort - Class in org.virtualbox_5_2
The IParallelPort interface represents the virtual parallel port device.
IParallelPort(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IParallelPort
 
IParallelPortChangedEvent - Class in org.virtualbox_5_2
Notification when a property of one of the virtualIMachine.getParallelPort(Long)changes.
IParallelPortChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IParallelPortChangedEvent
 
IPCIAddress - Class in org.virtualbox_5_2
Address on the PCI bus.
IPCIAddress(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IPCIAddress
 
IPCIDeviceAttachment - Class in org.virtualbox_5_2
Information about PCI attachments.
IPCIDeviceAttachment(IPCIDeviceAttachment, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IPCIDeviceAttachment
 
IPerformanceCollector - Class in org.virtualbox_5_2
The IPerformanceCollector interface represents a service that collects and stores performance metrics data.
IPerformanceCollector(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IPerformanceCollector
 
IPerformanceMetric - Class in org.virtualbox_5_2
The IPerformanceMetric interface represents parameters of the given performance metric.
IPerformanceMetric(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IPerformanceMetric
 
IProcess - Class in org.virtualbox_5_2
Abstract parent interface for processes handled by VirtualBox.
IProcess(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IProcess
 
IProgress - Class in org.virtualbox_5_2
The IProgress interface is used to track and control asynchronous tasks within VirtualBox.
IProgress(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IProgress
 
IProgressEvent - Class in org.virtualbox_5_2
Base abstract interface for all progress events.
IProgressEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IProgressEvent
 
IProgressPercentageChangedEvent - Class in org.virtualbox_5_2
Progress state change event.
IProgressPercentageChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IProgressPercentageChangedEvent
 
IProgressTaskCompletedEvent - Class in org.virtualbox_5_2
Progress task completion event.
IProgressTaskCompletedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IProgressTaskCompletedEvent
 
IReusableEvent - Class in org.virtualbox_5_2
Base abstract interface for all reusable events.
IReusableEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IReusableEvent
 
IRuntimeErrorEvent - Class in org.virtualbox_5_2
Notification when an error happens during the virtual machine execution.
IRuntimeErrorEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IRuntimeErrorEvent
 
isApproved() - Method in class org.virtualbox_5_2.IVetoEvent
If this event was approved.
isCurrentlyExpired() - Method in class org.virtualbox_5_2.ICertificate
Tests if the certificate has expired at the present time according to the X.509 validity of the certificate.
ISerialPort - Class in org.virtualbox_5_2
The ISerialPort interface represents the virtual serial port device.
ISerialPort(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISerialPort
 
ISerialPortChangedEvent - Class in org.virtualbox_5_2
Notification when a property of one of the virtualIMachine.getSerialPort(Long)changes.
ISerialPortChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISerialPortChangedEvent
 
ISession - Class in org.virtualbox_5_2
The ISession interface represents a client process and allows for locking virtual machines (represented by IMachine objects) to prevent conflicting changes to the machine.
ISession(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISession
 
ISessionStateChangedEvent - Class in org.virtualbox_5_2
The state of the session for the given machine was changed.
ISessionStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISessionStateChangedEvent
 
isFormatSupported(String) - Method in class org.virtualbox_5_2.IDnDBase
Checks if a specific drag'n drop MIME / Content-type format is supported.
ISharedFolder - Class in org.virtualbox_5_2
The ISharedFolder interface represents a folder in the host computer's file system accessible from the guest OS running inside a virtual machine using an associated logical name.
ISharedFolder(ISharedFolder, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISharedFolder
 
ISharedFolderChangedEvent - Class in org.virtualbox_5_2
Notification when a shared folder is added or removed.
ISharedFolderChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISharedFolderChangedEvent
 
IShowWindowEvent - Class in org.virtualbox_5_2
Notification when a call toIMachine.showConsoleWindow()requests the console window to be activated and brought to foreground on the desktop of the host PC.
IShowWindowEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IShowWindowEvent
 
ISnapshot - Class in org.virtualbox_5_2
The ISnapshot interface represents a snapshot of the virtual machine.
ISnapshot(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshot
 
ISnapshotChangedEvent - Class in org.virtualbox_5_2
Snapshot properties (name and/or description) have been changed.
ISnapshotChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshotChangedEvent
 
ISnapshotDeletedEvent - Class in org.virtualbox_5_2
Snapshot of the given machine has been deleted.
ISnapshotDeletedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshotDeletedEvent
 
ISnapshotEvent - Class in org.virtualbox_5_2
Base interface for all snapshot events.
ISnapshotEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshotEvent
 
ISnapshotRestoredEvent - Class in org.virtualbox_5_2
Snapshot of the given machine has been restored.
ISnapshotRestoredEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshotRestoredEvent
 
ISnapshotTakenEvent - Class in org.virtualbox_5_2
A new snapshot of the machine has been taken.
ISnapshotTakenEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISnapshotTakenEvent
 
IStateChangedEvent - Class in org.virtualbox_5_2
Notification when the execution state of the machine has changed.
IStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IStateChangedEvent
 
IStorageController - Class in org.virtualbox_5_2
Represents a storage controller that is attached to a virtual machine (IMachine).
IStorageController(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IStorageController
 
IStorageControllerChangedEvent - Class in org.virtualbox_5_2
Notification when aIMachine.getMediumAttachments()changes.
IStorageControllerChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IStorageControllerChangedEvent
 
IStorageDeviceChangedEvent - Class in org.virtualbox_5_2
Notification when aIMachine.getMediumAttachments()is attached or removed.
IStorageDeviceChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IStorageDeviceChangedEvent
 
isVetoed() - Method in class org.virtualbox_5_2.IVetoEvent
If this event was vetoed.
ISystemProperties - Class in org.virtualbox_5_2
The ISystemProperties interface represents global properties of the given VirtualBox installation.
ISystemProperties(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.ISystemProperties
 
IToken - Class in org.virtualbox_5_2
The IToken interface represents a token passed to an API client, which triggers cleanup actions when it is explicitly released by calling theIToken.abandon()method (preferred, as it is accurately defined when the release happens), or when the object reference count drops to 0.
IToken(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IToken
 
IUnattended - Class in org.virtualbox_5_2
The IUnattended interface represents the pipeline for preparing the Guest OS for fully automated install.
IUnattended(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUnattended
 
IUnknown - Class in org.virtualbox_5_2
 
IUnknown(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUnknown
 
IUSBController - Class in org.virtualbox_5_2
 
IUSBController(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBController
 
IUSBControllerChangedEvent - Class in org.virtualbox_5_2
Notification when a property of the virtualIMachine.getUSBControllers()changes.
IUSBControllerChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBControllerChangedEvent
 
IUSBDevice - Class in org.virtualbox_5_2
The IUSBDevice interface represents a virtual USB device attached to the virtual machine.
IUSBDevice(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBDevice
 
IUSBDeviceFilter - Class in org.virtualbox_5_2
The IUSBDeviceFilter interface represents an USB device filter used to perform actions on a group of USB devices.
IUSBDeviceFilter(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBDeviceFilter
 
IUSBDeviceFilters - Class in org.virtualbox_5_2
 
IUSBDeviceFilters(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBDeviceFilters
 
IUSBDeviceStateChangedEvent - Class in org.virtualbox_5_2
Notification when a USB device is attached to or detached from the virtual USB controller.
IUSBDeviceStateChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBDeviceStateChangedEvent
 
IUSBProxyBackend - Class in org.virtualbox_5_2
The USBProxyBackend interface represents a source for USB devices available to the host for attaching to the VM.
IUSBProxyBackend(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IUSBProxyBackend
 
IVBoxSVCAvailabilityChangedEvent - Class in org.virtualbox_5_2
Notification when VBoxSVC becomes unavailable (due to a crash or similar unexpected circumstances) or available again.
IVBoxSVCAvailabilityChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVBoxSVCAvailabilityChangedEvent
 
IVetoEvent - Class in org.virtualbox_5_2
Base abstract interface for veto events.
IVetoEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVetoEvent
 
IVFSExplorer - Class in org.virtualbox_5_2
The VFSExplorer interface unifies access to different file system types.
IVFSExplorer(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVFSExplorer
 
IVideoCaptureChangedEvent - Class in org.virtualbox_5_2
Notification when video capture settings have changed.
IVideoCaptureChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVideoCaptureChangedEvent
 
IVirtualBox - Class in org.virtualbox_5_2
The IVirtualBox interface represents the main interface exposed by the product that provides virtual machine management.
IVirtualBox(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVirtualBox
 
IVirtualBoxErrorInfo - Class in org.virtualbox_5_2
The IVirtualBoxErrorInfo interface represents extended error information.
IVirtualBoxErrorInfo(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVirtualBoxErrorInfo
 
IVirtualSystemDescription - Class in org.virtualbox_5_2
Represents one virtual system (machine) in an appliance.
IVirtualSystemDescription(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVirtualSystemDescription
 
IVRDEServer - Class in org.virtualbox_5_2
 
IVRDEServer(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVRDEServer
 
IVRDEServerChangedEvent - Class in org.virtualbox_5_2
Notification when a property of theIMachine.getVRDEServer()changes.
IVRDEServerChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVRDEServerChangedEvent
 
IVRDEServerInfo - Class in org.virtualbox_5_2
Contains information about the remote desktop (VRDE) server capabilities and status.
IVRDEServerInfo(IVRDEServerInfo, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVRDEServerInfo
 
IVRDEServerInfoChangedEvent - Class in org.virtualbox_5_2
Notification when the status of the VRDE server changes.
IVRDEServerInfoChangedEvent(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IVRDEServerInfoChangedEvent
 
IWebsessionManager - Class in org.virtualbox_5_2
Websession manager.
IWebsessionManager(String, ObjectRefManager, VboxPortType) - Constructor for class org.virtualbox_5_2.IWebsessionManager
 

K

KeyboardHIDType - Enum in org.virtualbox_5_2
Type of keyboard device used in a virtual machine.
KeyboardLED - Enum in org.virtualbox_5_2
Keyboard LED indicators.

L

launchVMProcess(ISession, String, String) - Method in class org.virtualbox_5_2.IMachine
Spawns a new process that will execute the virtual machine and obtains a shared lock on the machine for the calling session.
leave(Long) - Method in class org.virtualbox_5_2.IDnDTarget
Informs the target about a drag and drop leave event.
loadPlugIn(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Loads a DBGF plug-in.
lockMachine(ISession, LockType) - Method in class org.virtualbox_5_2.IMachine
Locks the machine for the given session to enable the caller to make changes to the machine or start the VM or control VM execution.
lockRead() - Method in class org.virtualbox_5_2.IMedium
Locks this medium for reading.
LockType - Enum in org.virtualbox_5_2
Used withIMachine.lockMachine(org.virtualbox_5_2.ISession,org.virtualbox_5_2.LockType).
lockWrite() - Method in class org.virtualbox_5_2.IMedium
Locks this medium for writing.
logoff(IVirtualBox) - Method in class org.virtualbox_5_2.IWebsessionManager
Logs off the client who has previously logged on withIWebsessionManager.logon(String,String)and destroys all resources associated with the websession (most importantly, all managed objects created in the server while the websession was active).
logon(String, String) - Method in class org.virtualbox_5_2.IWebsessionManager
Logs a new client onto the webservice and returns a managed object reference to the IVirtualBox instance, which the client can then use as a basis to further queries, since all calls to the VirtualBox API are based on the IVirtualBox interface, in one way or the other.

M

MachineState - Enum in org.virtualbox_5_2
Virtual machine execution state.
MediumFormatCapabilities - Enum in org.virtualbox_5_2
Medium format capability flags.
MediumState - Enum in org.virtualbox_5_2
Virtual medium state.
MediumType - Enum in org.virtualbox_5_2
Virtual medium type.
MediumVariant - Enum in org.virtualbox_5_2
Virtual medium image variant.
mergeTo(IMedium) - Method in class org.virtualbox_5_2.IMedium
Starts merging the contents of this medium and all intermediate differencing media in the chain to the given target medium.
modifyLogDestinations(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Modifies the debug or release logger destinations.
modifyLogFlags(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Modifies the debug or release logger flags.
modifyLogGroups(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Modifies the group settings of the debug or release logger.
mountMedium(String, Integer, Integer, IMedium, Boolean) - Method in class org.virtualbox_5_2.IMachine
Mounts a medium (IMedium, identified by the given UUID id) to the given storage controller (IStorageController, identified by name), at the indicated port and device.
MouseButtonState - Enum in org.virtualbox_5_2
Mouse button state.
move(Long, Long, Long, DnDAction, List<DnDAction>, List<String>) - Method in class org.virtualbox_5_2.IDnDTarget
Informs the target about a drag and drop move event.
move(Long, Long) - Method in class org.virtualbox_5_2.IFramebufferOverlay
Changes the overlay's position relative to the IFramebuffer.

N

NATAliasMode - Enum in org.virtualbox_5_2
Interface ID: {67772168-50D9-11DF-9669-7FB714EE4FA1}
NATProtocol - Enum in org.virtualbox_5_2
Protocol definitions used with NAT port-forwarding rules.
NetworkAdapterPromiscModePolicy - Enum in org.virtualbox_5_2
The promiscuous mode policy of an interface.
NetworkAdapterType - Enum in org.virtualbox_5_2
Network adapter type.
NetworkAttachmentType - Enum in org.virtualbox_5_2
Network attachment type.
nonRotationalDevice(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets a flag in the device information which indicates that the medium is not based on rotational technology, i.e.
notify3DEvent(Long, byte[]) - Method in class org.virtualbox_5_2.IFramebuffer
Notifies framebuffer about 3D backend event.
notifyChange(Long, Long, Long, Long, Long) - Method in class org.virtualbox_5_2.IFramebuffer
Requests a size change.
notifyHiDPIOutputPolicyChange(Boolean) - Method in class org.virtualbox_5_2.IDisplay
Notify OpenGL HGCM host service about HiDPI monitor scaling policy change.
notifyScaleFactorChange(Long, Long, Long) - Method in class org.virtualbox_5_2.IDisplay
Notify OpenGL HGCM host service about graphics content scaling factor change.
notifyUpdate(Long, Long, Long, Long) - Method in class org.virtualbox_5_2.IFramebuffer
Informs about an update.
notifyUpdateImage(Long, Long, Long, Long, byte[]) - Method in class org.virtualbox_5_2.IFramebuffer
Informs about an update and provides 32bpp bitmap.

O

obj - Variable in class org.virtualbox_5_2.IUnknown
 
objMgr - Variable in class org.virtualbox_5_2.IUnknown
 
openMachine(String) - Method in class org.virtualbox_5_2.IVirtualBox
Opens a virtual machine from the existing settings file.
openMachineSession(IMachine) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
openMedium(String, DeviceType, AccessMode, Boolean) - Method in class org.virtualbox_5_2.IVirtualBox
Finds existing media or opens a medium from an existing storage location.
org.virtualbox_5_2 - package org.virtualbox_5_2
 

P

ParavirtProvider - Enum in org.virtualbox_5_2
The paravirtualized guest interface provider.
passthroughDevice(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets the passthrough mode of an existing DVD device.
PathStyle - Enum in org.virtualbox_5_2
The path style of a system.
pause() - Method in class org.virtualbox_5_2.IConsole
Pauses the virtual machine execution.
PointingHIDType - Enum in org.virtualbox_5_2
Type of pointing device used in a virtual machine.
port - Variable in class org.virtualbox_5_2.IUnknown
 
port - Variable in class org.virtualbox_5_2.VirtualBoxManager
 
PortMode - Enum in org.virtualbox_5_2
The PortMode enumeration represents possible communication modes for the virtual serial port device.
powerButton() - Method in class org.virtualbox_5_2.IConsole
Sends the ACPI power button event to the guest.
powerDown() - Method in class org.virtualbox_5_2.IConsole
Initiates the power down procedure to stop the virtual machine execution.
powerUp() - Method in class org.virtualbox_5_2.IConsole
Starts the virtual machine execution using the current machine state (that is, its current execution state, current settings and current storage devices).If the machine is powered off or aborted, the execution will start from the beginning (as if the real hardware were just powered on).
powerUpPaused() - Method in class org.virtualbox_5_2.IConsole
Identical to powerUp except that the VM will enter theMachineState.Pausedstate, instead ofMachineState.Running.
prepare() - Method in class org.virtualbox_5_2.IUnattended
Prepare for running the unattended process of installation.
processCreate(String, List<String>, List<String>, List<ProcessCreateFlag>, Long) - Method in class org.virtualbox_5_2.IGuestSession
Creates a new process running in the guest.
processCreateEx(String, List<String>, List<String>, List<ProcessCreateFlag>, Long, ProcessPriority, List<Integer>) - Method in class org.virtualbox_5_2.IGuestSession
Creates a new process running in the guest with the extended options for setting the process priority and affinity.
ProcessCreateFlag - Enum in org.virtualbox_5_2
Guest process execution flags.
processGet(Long) - Method in class org.virtualbox_5_2.IGuestSession
Gets a certain guest process by its process ID (PID).
ProcessInputFlag - Enum in org.virtualbox_5_2
Guest process input flags.
ProcessInputStatus - Enum in org.virtualbox_5_2
Process input statuses.
ProcessorFeature - Enum in org.virtualbox_5_2
CPU features.
ProcessOutputFlag - Enum in org.virtualbox_5_2
Guest process output flags for specifying which type of output to retrieve.
ProcessPriority - Enum in org.virtualbox_5_2
Process priorities.
ProcessStatus - Enum in org.virtualbox_5_2
Process execution statuses.
ProcessWaitForFlag - Enum in org.virtualbox_5_2
Process waiting flags.
ProcessWaitResult - Enum in org.virtualbox_5_2
Process waiting results.
putCAD() - Method in class org.virtualbox_5_2.IKeyboard
Sends the Ctrl-Alt-Del sequence to the keyboard.
putEventMultiTouch(Integer, List<Long>, Long) - Method in class org.virtualbox_5_2.IMouse
Sends a multi-touch pointer event.
putEventMultiTouchString(Integer, String, Long) - Method in class org.virtualbox_5_2.IMouse
 
putMouseEvent(Integer, Integer, Integer, Integer, Integer) - Method in class org.virtualbox_5_2.IMouse
Initiates a mouse event using relative pointer movements along x and y axis.
putMouseEventAbsolute(Integer, Integer, Integer, Integer, Integer) - Method in class org.virtualbox_5_2.IMouse
Positions the mouse pointer using absolute x and y coordinates.
putScancode(Integer) - Method in class org.virtualbox_5_2.IKeyboard
Sends a scancode to the keyboard.
putScancodes(List<Integer>) - Method in class org.virtualbox_5_2.IKeyboard
Sends an array of scancodes to the keyboard.

Q

queryFramebuffer(Long) - Method in class org.virtualbox_5_2.IDisplay
Queries the graphics updates targets for a screen.
queryInfo(Integer) - Method in class org.virtualbox_5_2.ICertificate
Way to extend the interface.
queryInfo() - Method in class org.virtualbox_5_2.IFile
Queries information about this file.
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IAdditionsStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IAppliance
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IAudioAdapter
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IAudioAdapterChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IBandwidthControl
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IBandwidthGroup
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IBandwidthGroupChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IBIOSSettings
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ICanShowWindowEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ICertificate
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IClipboardModeChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IConsole
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ICPUChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ICPUExecutionCapChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDHCPServer
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDirectory
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDisplay
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDnDBase
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDnDModeChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDnDSource
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IDnDTarget
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IEmulatedUSB
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IEventListener
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IEventSource
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IEventSourceChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IExtraDataCanChangeEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IExtraDataChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IFile
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IFramebuffer
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IFramebufferOverlay
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IFsObjInfo
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuest
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestDirectory
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestDnDSource
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestDnDTarget
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFile
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileIOEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileOffsetChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileReadEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileRegisteredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFileWriteEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestFsObjInfo
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestKeyboardEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestMonitorChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestMouseEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestMultiTouchEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcess
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessInputNotifyEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessIOEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessOutputEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessRegisteredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestProcessStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestPropertyChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestScreenInfo
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestSession
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestSessionEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestSessionRegisteredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestSessionStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IGuestUserStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHost
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostNameResolutionConfigurationChangeEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostNetworkInterface
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostPCIDevicePlugEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostUSBDevice
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostUSBDeviceFilter
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IHostVideoInputDevice
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IKeyboard
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IKeyboardLedsChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachine
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachineDataChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachineDebugger
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachineEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachineRegisteredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMachineStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IManagedObjectRef
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMedium
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMediumChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMediumConfigChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMediumFormat
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMediumRegisteredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMouse
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMouseCapabilityChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMousePointerShape
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IMousePointerShapeChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATEngine
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetwork
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkAlterEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkCreationDeletionEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkPortForwardEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkSettingEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATNetworkStartStopEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INATRedirectEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INetworkAdapter
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.INetworkAdapterChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IParallelPort
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IParallelPortChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IPCIAddress
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IPerformanceCollector
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IPerformanceMetric
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IProcess
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IProgress
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IProgressEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IProgressPercentageChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IProgressTaskCompletedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IReusableEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IRuntimeErrorEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISerialPort
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISerialPortChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISession
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISessionStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISharedFolderChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IShowWindowEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshot
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshotChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshotDeletedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshotEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshotRestoredEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISnapshotTakenEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IStorageController
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IStorageControllerChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IStorageDeviceChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.ISystemProperties
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IToken
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUnattended
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBController
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBControllerChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBDevice
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBDeviceFilter
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBDeviceFilters
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBDeviceStateChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IUSBProxyBackend
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVBoxSVCAvailabilityChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVetoEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVFSExplorer
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVideoCaptureChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVirtualBox
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVirtualBoxErrorInfo
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVirtualSystemDescription
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVRDEServer
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVRDEServerChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IVRDEServerInfoChangedEvent
 
queryInterface(IUnknown) - Static method in class org.virtualbox_5_2.IWebsessionManager
 
queryLogFilename(Long) - Method in class org.virtualbox_5_2.IMachine
Queries for the VM log file name of an given index.
queryMetricsData(List<String>, List<IUnknown>, Holder<List<String>>, Holder<List<IUnknown>>, Holder<List<String>>, Holder<List<Long>>, Holder<List<Long>>, Holder<List<Long>>, Holder<List<Long>>) - Method in class org.virtualbox_5_2.IPerformanceCollector
Queries collected metrics data for a set of objects.
queryOSKernelLog(Long) - Method in class org.virtualbox_5_2.IMachineDebugger
Tries to get the kernel log (dmesg) of the guest OS.
querySavedGuestScreenInfo(Long, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Long>, Holder<Boolean>) - Method in class org.virtualbox_5_2.IMachine
Returns the guest dimensions from the saved state.
querySavedScreenshotInfo(Long, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IMachine
Returns available formats and size of the screenshot from saved state.
querySize() - Method in class org.virtualbox_5_2.IFile
Queries the current file size.

R

read(String) - Method in class org.virtualbox_5_2.IAppliance
Reads an OVF file into the appliance object.
read() - Method in class org.virtualbox_5_2.IDirectory
Reads the next directory entry of this directory.
read(Long, Long) - Method in class org.virtualbox_5_2.IFile
Reads data from this file.
read(Long, Long, Long) - Method in class org.virtualbox_5_2.IProcess
Reads data from a running process.
readAt(Long, Long, Long) - Method in class org.virtualbox_5_2.IFile
Reads data from an offset of this file.
readLog(Long, Long, Long) - Method in class org.virtualbox_5_2.IMachine
Reads the VM log file.
readPhysicalMemory(Long, Long) - Method in class org.virtualbox_5_2.IMachineDebugger
Reads guest physical memory, no side effects (MMIO++).
readSavedScreenshotToArray(Long, BitmapFormat, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IMachine
Screenshot in requested format is retrieved to an array of bytes.
readSavedThumbnailToArray(Long, BitmapFormat, Holder<Long>, Holder<Long>) - Method in class org.virtualbox_5_2.IMachine
Thumbnail is retrieved to an array of bytes in the requested format.
readVirtualMemory(Long, Long, Long) - Method in class org.virtualbox_5_2.IMachineDebugger
Reads guest virtual memory, no side effects (MMIO++).
Reason - Enum in org.virtualbox_5_2
Internal event reason type.
receiveData() - Method in class org.virtualbox_5_2.IDnDSource
Receive the data of a previously drag and drop event from the source.
reconfigureVM() - Method in class org.virtualbox_5_2.IUnattended
Reconfigures the machine to start the installation.
refreshState() - Method in class org.virtualbox_5_2.IMedium
If the current medium state (seeMediumState) is one of "Created", "Inaccessible" or "LockedRead", then this performs an accessibility check on the medium and sets the value of theIMedium.getState()attribute accordingly; that value is also returned for convenience.
registerListener(IEventListener, List<VBoxEventType>, Boolean) - Method in class org.virtualbox_5_2.IEventSource
Register an event listener.
registerMachine(IMachine) - Method in class org.virtualbox_5_2.IVirtualBox
Registers the machine previously created usingIVirtualBox.createMachine(String,String,List,String,String)or opened usingIVirtualBox.openMachine(String)within this VirtualBox installation.
release() - Method in class org.virtualbox_5_2.IManagedObjectRef
Releases this managed object reference and frees the resources that were allocated for it in the webservice server process.
releaseKeys() - Method in class org.virtualbox_5_2.IKeyboard
Causes the virtual keyboard to release any keys which are currently pressed.
releaseRemote() - Method in class org.virtualbox_5_2.IUnknown
 
remove(List<String>) - Method in class org.virtualbox_5_2.IVFSExplorer
Deletes the given files in the current directory level.
removeAllCPUIDLeaves() - Method in class org.virtualbox_5_2.IMachine
Removes all the virtual CPU cpuid leaves
removeCPUIDLeaf(Long, Long) - Method in class org.virtualbox_5_2.IMachine
Removes the virtual CPU cpuid leaf for the specified index
removeDeviceFilter(Long) - Method in class org.virtualbox_5_2.IUSBDeviceFilters
Removes a USB device filter from the specified position in the list of filters.
removeDHCPServer(IDHCPServer) - Method in class org.virtualbox_5_2.IVirtualBox
Removes the DHCP server settings
removeDiskEncryptionPassword(String) - Method in class org.virtualbox_5_2.IConsole
Removes a password used for hard disk encryption/decryption from the running VM.
removeFormats(List<String>) - Method in class org.virtualbox_5_2.IDnDBase
Removes MIME / Content-type formats from the supported formats.
removeHostOnlyNetworkInterface(String) - Method in class org.virtualbox_5_2.IHost
Removes the given Host Only Networking interface.
removeNATNetwork(INATNetwork) - Method in class org.virtualbox_5_2.IVirtualBox
 
removePortForwardRule(Boolean, String) - Method in class org.virtualbox_5_2.INATNetwork
 
removeRedirect(String) - Method in class org.virtualbox_5_2.INATEngine
Removes a port-forwarding rule that was previously registered.
removeSharedFolder(String) - Method in class org.virtualbox_5_2.IConsole
Removes a transient shared folder with the given name previously created byIConsole.createSharedFolder(String,String,Boolean,Boolean)from the collection of shared folders and stops sharing it.
removeSharedFolder(String) - Method in class org.virtualbox_5_2.IMachine
Removes the permanent shared folder with the given name previously created byIMachine.createSharedFolder(String,String,Boolean,Boolean)from the collection of shared folders and stops sharing it.
removeSharedFolder(String) - Method in class org.virtualbox_5_2.IVirtualBox
Removes the global shared folder with the given name previously created byIVirtualBox.createSharedFolder(String,String,Boolean,Boolean)from the collection of shared folders and stops sharing it.
removeStorageController(String) - Method in class org.virtualbox_5_2.IMachine
Removes a storage controller from the machine with all devices attached to it.
removeUSBController(String) - Method in class org.virtualbox_5_2.IMachine
Removes a USB controller from the machine.
removeUSBDeviceFilter(Long) - Method in class org.virtualbox_5_2.IHost
Removes a USB device filter from the specified position in the list of filters.
removeUSBDeviceSource(String) - Method in class org.virtualbox_5_2.IHost
Removes a previously added USB device source.
removeVmSlotOptions(String, Integer) - Method in class org.virtualbox_5_2.IDHCPServer
 
reset() - Method in class org.virtualbox_5_2.IConsole
Resets the virtual machine.
reset() - Method in class org.virtualbox_5_2.IMedium
Starts erasing the contents of this differencing medium.
resetStats(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Reset VM statistics.
resize(Long) - Method in class org.virtualbox_5_2.IMedium
Starts resizing this medium.
restoreSnapshot(ISnapshot) - Method in class org.virtualbox_5_2.IMachine
Starts resetting the machine's current state to the state contained in the given snapshot, asynchronously.
resume() - Method in class org.virtualbox_5_2.IConsole
Resumes the virtual machine execution.
reuse() - Method in class org.virtualbox_5_2.IReusableEvent
Marks an event as reused, increments 'generation', fields shall no longer be considered valid.

S

saveSettings() - Method in class org.virtualbox_5_2.IMachine
Saves any changes to machine settings made since the session has been opened or a new machine has been created, or since the last call toIMachine.saveSettings()orIMachine.discardSettings().
saveState() - Method in class org.virtualbox_5_2.IMachine
Saves the current execution state of a running virtual machine and stops its execution.
Scope - Enum in org.virtualbox_5_2
Scope of the operation.
ScreenLayoutMode - Enum in org.virtualbox_5_2
How IDisplay::setScreenLayout method should work.
seek(Long, FileSeekOrigin) - Method in class org.virtualbox_5_2.IFile
Changes the current file position of this file.
sendData(Long, String, byte[]) - Method in class org.virtualbox_5_2.IDnDTarget
Initiates sending data to the target.
SessionState - Enum in org.virtualbox_5_2
Session state.
SessionType - Enum in org.virtualbox_5_2
Session type.
setAccelerate2DVideoEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows this machine to make use of the 2D video acceleration support available on the host.
setAccelerate3DEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows this machine to make use of the 3D graphics support available on the host.
setACL(String, Long) - Method in class org.virtualbox_5_2.IFile
Sets the ACL of this file.
setACPIEnabled(Boolean) - Method in class org.virtualbox_5_2.IBIOSSettings
ACPI support flag.
setAction(USBDeviceFilterAction) - Method in class org.virtualbox_5_2.IHostUSBDeviceFilter
Action performed by the host when an attached USB device matches this filter.
setActive(Boolean) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
Whether this filter active or has been temporarily disabled.
setAdapterType(NetworkAdapterType) - Method in class org.virtualbox_5_2.INetworkAdapter
Type of the virtual network adapter.
setAdditionsIsoPath(String) - Method in class org.virtualbox_5_2.IUnattended
Guest Additions ISO image path.
setAdvertiseDefaultIPv6RouteEnabled(Boolean) - Method in class org.virtualbox_5_2.INATNetwork
 
setAliasMode(Long) - Method in class org.virtualbox_5_2.INATEngine
 
setAllowMultiConnection(Boolean) - Method in class org.virtualbox_5_2.IVRDEServer
Flag whether multiple simultaneous connections to the VM are permitted.
setAllowTracingToAccessVM(Boolean) - Method in class org.virtualbox_5_2.IMachine
Enables tracepoints in PDM devices and drivers to use the VMCPU or VM structures when firing off trace points.
setAlpha(Long) - Method in class org.virtualbox_5_2.IFramebufferOverlay
The global alpha value for the overlay.
setAPICMode(APICMode) - Method in class org.virtualbox_5_2.IBIOSSettings
APIC mode to set up by the firmware.
setAttachmentType(NetworkAttachmentType) - Method in class org.virtualbox_5_2.INetworkAdapter
Sets/Gets network attachment type of this network adapter.
setAudioCodec(AudioCodecType) - Method in class org.virtualbox_5_2.IAudioAdapter
The exact variant of audio codec hardware presented to the guest.
setAudioController(AudioControllerType) - Method in class org.virtualbox_5_2.IAudioAdapter
The emulated audio controller.
setAudioDriver(AudioDriverType) - Method in class org.virtualbox_5_2.IAudioAdapter
Audio driver the adapter is connected to.
setAuthLibrary(String) - Method in class org.virtualbox_5_2.IVRDEServer
Library used for authentication of RDP clients by this VM.
setAuthTimeout(Long) - Method in class org.virtualbox_5_2.IVRDEServer
Timeout for guest authentication.
setAuthType(AuthType) - Method in class org.virtualbox_5_2.IVRDEServer
VRDE authentication method.
setAutoDiscardForDevice(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets a flag in the device information which indicates that the medium supports discarding unused blocks (called trimming for SATA or unmap for SCSI devices) .This may or may not be supported by a particular drive, and is silently ignored in the latter case.
setAutoReset(Boolean) - Method in class org.virtualbox_5_2.IMedium
Whether this differencing medium will be automatically reset each time a virtual machine it is attached to is powered up.
setAutostartDatabasePath(String) - Method in class org.virtualbox_5_2.ISystemProperties
The path to the autostart database.
setAutostartDelay(Long) - Method in class org.virtualbox_5_2.IMachine
Number of seconds to wait until the VM should be started during system boot.
setAutostartEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
Enables autostart of the VM during system boot.
setAutostopType(AutostopType) - Method in class org.virtualbox_5_2.IMachine
Action type to do when the system is shutting down.
setAuxiliaryBasePath(String) - Method in class org.virtualbox_5_2.IUnattended
The path + basename for auxiliary files generated by the unattended installation.
setBandwidthGroup(IBandwidthGroup) - Method in class org.virtualbox_5_2.INetworkAdapter
The bandwidth group this network adapter is assigned to.
setBandwidthGroupForDevice(String, Integer, Integer, IBandwidthGroup) - Method in class org.virtualbox_5_2.IMachine
Sets the bandwidth group of an existing storage device.
setBootMenuMode(BIOSBootMenuMode) - Method in class org.virtualbox_5_2.IBIOSSettings
Mode of the BIOS boot device menu.
setBootOrder(Long, DeviceType) - Method in class org.virtualbox_5_2.IMachine
Puts the given device to the specified position in the boot order.
setBootPriority(Long) - Method in class org.virtualbox_5_2.INetworkAdapter
Network boot priority of the adapter.
setBridgedInterface(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the network interface the VM should be bridged to.
setBus(Short) - Method in class org.virtualbox_5_2.IPCIAddress
Bus number.
setCableConnected(Boolean) - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether the adapter reports the cable as connected or not.
setChipsetType(ChipsetType) - Method in class org.virtualbox_5_2.IMachine
Chipset type used in this VM.
setClipboardMode(ClipboardMode) - Method in class org.virtualbox_5_2.IMachine
Synchronization mode between the host OS clipboard and the guest OS clipboard.
setConfiguration(String, String, String, String) - Method in class org.virtualbox_5_2.IDHCPServer
configures the server
setControllerType(StorageControllerType) - Method in class org.virtualbox_5_2.IStorageController
The exact variant of storage controller hardware presented to the guest.
setCountry(String) - Method in class org.virtualbox_5_2.IUnattended
The 2 upper case letter country identifier, ISO 3166-1 alpha-2.
setCPUCount(Long) - Method in class org.virtualbox_5_2.IMachine
Number of virtual CPUs in the VM.
setCPUExecutionCap(Long) - Method in class org.virtualbox_5_2.IMachine
Means to limit the number of CPU cycles a guest can use.
setCPUHotPlugEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows CPU hotplugging for this machine.
setCPUIDLeaf(Long, Long, Long, Long, Long, Long) - Method in class org.virtualbox_5_2.IMachine
Sets the virtual CPU cpuid information for the specified leaf.
setCPUIDPortabilityLevel(Long) - Method in class org.virtualbox_5_2.IMachine
Virtual CPUID portability level, the higher number the fewer newer or vendor specific CPU feature is reported to the guest (via the CPUID instruction).
setCPUProfile(String) - Method in class org.virtualbox_5_2.IMachine
Experimental feature to select the guest CPU profile.
setCPUProperty(CPUPropertyType, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets the virtual CPU boolean value of the specified property.
setCredentials(String, String, String, Boolean) - Method in class org.virtualbox_5_2.IGuest
Store login credentials that can be queried by guest operating systems with Additions installed.
setCSAMEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the CSAM component.
setCurrentDirectory(String) - Method in class org.virtualbox_5_2.IGuestSession
The current directory of the session.
setCurrentOperationProgress(Long) - Method in class org.virtualbox_5_2.IProgress
Internal method, not to be called externally.
setDefaultAdditionsISO(String) - Method in class org.virtualbox_5_2.ISystemProperties
The path to the default Guest Additions ISO image.
setDefaultFrontend(String) - Method in class org.virtualbox_5_2.IMachine
Selects which VM frontend should be used by default when launching this VM through theIMachine.launchVMProcess(org.virtualbox_5_2.ISession,String,String)method.
setDefaultFrontend(String) - Method in class org.virtualbox_5_2.ISystemProperties
Selects which VM frontend should be used by default when launching a VM through theIMachine.launchVMProcess(org.virtualbox_5_2.ISession,String,String)method.
setDefaultHardDiskFormat(String) - Method in class org.virtualbox_5_2.ISystemProperties
Identifier of the default medium format used by VirtualBox.
setDefaultMachineFolder(String) - Method in class org.virtualbox_5_2.ISystemProperties
Full path to the default directory used to create new or open existing machines when a machine settings file name contains no path.
setDefaultVRDEExtPack(String) - Method in class org.virtualbox_5_2.ISystemProperties
The name of the extension pack providing the default VRDE.
setDescription(String) - Method in class org.virtualbox_5_2.IMachine
Description of the virtual machine.
setDescription(String) - Method in class org.virtualbox_5_2.IMedium
Optional description of the medium.
setDescription(String) - Method in class org.virtualbox_5_2.ISnapshot
Optional description of the snapshot.
setDevFunction(Short) - Method in class org.virtualbox_5_2.IPCIAddress
Device function number.
setDevice(Short) - Method in class org.virtualbox_5_2.IPCIAddress
Device number.
setDnDMode(DnDMode) - Method in class org.virtualbox_5_2.IMachine
Sets or retrieves the current drag'n drop mode.
setDNSPassDomain(Boolean) - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server should pass the DNS domain used by the host.
setDNSProxy(Boolean) - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using DNS servers registered on the host.
setDNSUseHostResolver(Boolean) - Method in class org.virtualbox_5_2.INATEngine
Whether the DHCP server (and the DNS traffic by NAT) should pass the address of the DNS proxy and process traffic using the host resolver mechanism.
setEmulatedUSBCardReaderEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
 
setEnabled(Boolean) - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is present in the guest system.
setEnabled(Boolean) - Method in class org.virtualbox_5_2.IDHCPServer
specifies if the DHCP server is enabled
setEnabled(Boolean) - Method in class org.virtualbox_5_2.INATNetwork
 
setEnabled(Boolean) - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether the network adapter is present in the guest system.
setEnabled(Boolean) - Method in class org.virtualbox_5_2.IParallelPort
Flag whether the parallel port is enabled.
setEnabled(Boolean) - Method in class org.virtualbox_5_2.ISerialPort
Flag whether the serial port is enabled.
setEnabled(Boolean) - Method in class org.virtualbox_5_2.IVRDEServer
Flag if VRDE server is enabled.
setEnabledIn(Boolean) - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is enabled for audio input.
setEnabledOut(Boolean) - Method in class org.virtualbox_5_2.IAudioAdapter
Flag whether the audio adapter is enabled for audio output.
setEnvironmentChanges(List<String>) - Method in class org.virtualbox_5_2.IGuestSession
The set of scheduled environment changes to the base environment of the session.
setExclusiveHwVirt(Boolean) - Method in class org.virtualbox_5_2.ISystemProperties
Exclusive use of hardware virtualization by VirtualBox.
setExecuteAllInIEM(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Whether to execute all the code in the instruction interpreter.
setExtraData(String, String) - Method in class org.virtualbox_5_2.IMachine
Sets associated machine-specific extra data.
setExtraData(String, String) - Method in class org.virtualbox_5_2.IVirtualBox
Sets associated global extra data.
setExtraInstallKernelParameters(String) - Method in class org.virtualbox_5_2.IUnattended
Extra kernel arguments passed to the install kernel of some guests.
setFaultToleranceAddress(String) - Method in class org.virtualbox_5_2.IMachine
The address the fault tolerance source or target.
setFaultTolerancePassword(String) - Method in class org.virtualbox_5_2.IMachine
The password to check for on the standby VM.
setFaultTolerancePort(Long) - Method in class org.virtualbox_5_2.IMachine
The TCP port the fault tolerance source or target will use for communication.
setFaultToleranceState(FaultToleranceState) - Method in class org.virtualbox_5_2.IMachine
Fault tolerance state; disabled, source or target.
setFaultToleranceSyncInterval(Long) - Method in class org.virtualbox_5_2.IMachine
The interval in ms used for syncing the state between source and target.
setFinalValues(List<Boolean>, List<String>, List<String>) - Method in class org.virtualbox_5_2.IVirtualSystemDescription
This method allows the appliance's user to change the configuration for the virtual system descriptions.
setFirmwareType(FirmwareType) - Method in class org.virtualbox_5_2.IMachine
Type of firmware (such as legacy BIOS or EFI), used for initial bootstrap in this VM.
setFreeDiskSpaceError(Long) - Method in class org.virtualbox_5_2.ISystemProperties
Issue an error if the free disk space is below (or in some disk intensive operation is expected to go below) the given size in bytes.
setFreeDiskSpacePercentError(Long) - Method in class org.virtualbox_5_2.ISystemProperties
Issue an error if the free disk space is below (or in some disk intensive operation is expected to go below) the given percentage.
setFreeDiskSpacePercentWarning(Long) - Method in class org.virtualbox_5_2.ISystemProperties
Issue a warning if the free disk space is below (or in some disk intensive operation is expected to go below) the given percentage.
setFreeDiskSpaceWarning(Long) - Method in class org.virtualbox_5_2.ISystemProperties
Issue a warning if the free disk space is below (or in some disk intensive operation is expected to go below) the given size in bytes.
setFullUserName(String) - Method in class org.virtualbox_5_2.IUnattended
The full name of the user.
setGenericDriver(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the driver to use for the "Generic" network attachment type.
setGraphicsControllerType(GraphicsControllerType) - Method in class org.virtualbox_5_2.IMachine
Graphics controller type.
setGroups(List<String>) - Method in class org.virtualbox_5_2.IMachine
Array of machine group names of which this machine is a member.""and"/"are synonyms for the toplevel group.
setGuestProperty(String, String, String) - Method in class org.virtualbox_5_2.IMachine
Sets, changes or deletes an entry in the machine's guest property store.
setGuestPropertyValue(String, String) - Method in class org.virtualbox_5_2.IMachine
Sets or changes a value in the machine's guest property store.
setHardwareUUID(String) - Method in class org.virtualbox_5_2.IMachine
The UUID presented to the guest via memory tables, hardware and guest properties.
setHardwareVersion(String) - Method in class org.virtualbox_5_2.IMachine
Hardware version identifier.
setHostIP(String) - Method in class org.virtualbox_5_2.INATEngine
IP of host interface to bind all opened sockets to.
setHostMode(PortMode) - Method in class org.virtualbox_5_2.ISerialPort
How is this port connected to the host.
setHostname(String) - Method in class org.virtualbox_5_2.IUnattended
The fully qualified guest hostname.
setHostOnlyInterface(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the host only network interface the VM is attached to.
setHotPluggableForDevice(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets a flag in the device information which indicates that the attached device is hot pluggable or not.
setHPETEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This attribute controls if High Precision Event Timer (HPET) is enabled in this VM.
setHWVirtExProperty(HWVirtExPropertyType, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets a new value for the specified hardware virtualization boolean property.
setIcon(byte[]) - Method in class org.virtualbox_5_2.IMachine
Overridden VM Icon details.
setIds(Boolean, String, Boolean, String) - Method in class org.virtualbox_5_2.IMedium
Changes the UUID and parent UUID for a hard disk medium.
setImageIndex(Long) - Method in class org.virtualbox_5_2.IUnattended
The image index on installation CD/DVD used to install.
setInstallGuestAdditions(Boolean) - Method in class org.virtualbox_5_2.IUnattended
Indicates whether the guest additions should be installed or not.
setInstallTestExecService(Boolean) - Method in class org.virtualbox_5_2.IUnattended
Indicates whether the test execution service (TXS) from the VBox ValidationKit should be installed.
setInstance(Long) - Method in class org.virtualbox_5_2.IStorageController
The instance number of the device in the running VM.
setInternalNetwork(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the internal network the VM is attached to.
setIOAPICEnabled(Boolean) - Method in class org.virtualbox_5_2.IBIOSSettings
I/O-APIC support flag.
setIOBase(Long) - Method in class org.virtualbox_5_2.IParallelPort
Base I/O address of the parallel port.
setIOBase(Long) - Method in class org.virtualbox_5_2.ISerialPort
Base I/O address of the serial port.
setIOCacheEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
When set to true, the builtin I/O cache of the virtual machine will be enabled.
setIOCacheSize(Long) - Method in class org.virtualbox_5_2.IMachine
Maximum size of the I/O cache in MB.
setIPv6Enabled(Boolean) - Method in class org.virtualbox_5_2.INATNetwork
This attribute define whether gateway will support IPv6 or not.
setIPv6Prefix(String) - Method in class org.virtualbox_5_2.INATNetwork
This a CIDR IPv6 defining prefix for link-local addresses autoconfiguration within network.
setIRQ(Long) - Method in class org.virtualbox_5_2.IParallelPort
IRQ number of the parallel port.
setIRQ(Long) - Method in class org.virtualbox_5_2.ISerialPort
IRQ number of the serial port.
setIsoPath(String) - Method in class org.virtualbox_5_2.IUnattended
Guest operating system ISO image
setKeyboardHIDType(KeyboardHIDType) - Method in class org.virtualbox_5_2.IMachine
Type of keyboard HID used in this VM.
setLanguage(String) - Method in class org.virtualbox_5_2.IUnattended
This is more or less a Windows specific setting for choosing the UI language setting of the installer.
setLineSpeed(Long) - Method in class org.virtualbox_5_2.INetworkAdapter
Line speed reported by custom drivers, in units of 1 kbps.
setLocale(String) - Method in class org.virtualbox_5_2.IUnattended
The 5 letter locale identifier, no codesets or such.
setLocation(String) - Method in class org.virtualbox_5_2.IMedium
Changes the location of this medium.
setLogEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the debug logger.
setLoggingLevel(String) - Method in class org.virtualbox_5_2.ISystemProperties
Specifies the logging level in current use by VirtualBox.
setLogHistoryCount(Long) - Method in class org.virtualbox_5_2.ISystemProperties
This value specifies how many old release log files are kept.
setLogoDisplayTime(Long) - Method in class org.virtualbox_5_2.IBIOSSettings
BIOS logo display time in milliseconds (0 = default).
setLogoFadeIn(Boolean) - Method in class org.virtualbox_5_2.IBIOSSettings
Fade in flag for BIOS logo animation.
setLogoFadeOut(Boolean) - Method in class org.virtualbox_5_2.IBIOSSettings
Fade out flag for BIOS logo animation.
setLogoImagePath(String) - Method in class org.virtualbox_5_2.IBIOSSettings
Local file system path for external BIOS splash image.
setLoopbackIp6(Integer) - Method in class org.virtualbox_5_2.INATNetwork
Offset in ipv6 network from network id for address mapped into loopback6 interface of the host.
setMACAddress(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Ethernet MAC address of the adapter, 12 hexadecimal characters.
setMachine(IMachine) - Method in class org.virtualbox_5_2.IUnattended
The associated machine object.
setManufacturer(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getManufacturer()filter.
setMaskedInterfaces(Long) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
This is an advanced option for hiding one or more USB interfaces from the guest.
setMaxBytesPerSec(Long) - Method in class org.virtualbox_5_2.IBandwidthGroup
The maximum number of bytes which can be transfered by all entities attached to this group during one second.
setMemoryBalloonSize(Long) - Method in class org.virtualbox_5_2.IGuest
Guest system memory balloon size in megabytes (transient property).
setMemoryBalloonSize(Long) - Method in class org.virtualbox_5_2.IMachine
Memory balloon size in megabytes.
setMemorySize(Long) - Method in class org.virtualbox_5_2.IMachine
System memory size in megabytes.
setMonitorCount(Long) - Method in class org.virtualbox_5_2.IMachine
Number of virtual monitors.
setName(String) - Method in class org.virtualbox_5_2.IMachine
Name of the virtual machine.
setName(String) - Method in class org.virtualbox_5_2.ISession
Name of this session.
setName(String) - Method in class org.virtualbox_5_2.ISnapshot
Short name of the snapshot.
setName(String) - Method in class org.virtualbox_5_2.IStorageController
Name of the storage controller, as originally specified withIMachine.addStorageController(String,org.virtualbox_5_2.StorageBus).
setName(String) - Method in class org.virtualbox_5_2.IUSBController
The USB Controller name.
setName(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
Visible name for this filter.
setNATNetwork(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Name of the NAT network the VM is attached to.
setNeedDhcpServer(Boolean) - Method in class org.virtualbox_5_2.INATNetwork
 
setNetwork(String) - Method in class org.virtualbox_5_2.INATEngine
The network attribute of the NAT engine (the same value is used with built-in DHCP server to fill corresponding fields of DHCP leases).
setNetwork(String) - Method in class org.virtualbox_5_2.INATNetwork
This is CIDR IPv4 string.
setNetworkName(String) - Method in class org.virtualbox_5_2.INATNetwork
TBD: the idea, technically we can start any number of the NAT networks, but we should expect that at some point we will get collisions because of port-forwanding rules.
setNetworkSettings(Long, Long, Long, Long, Long) - Method in class org.virtualbox_5_2.INATEngine
Sets network configuration of the NAT engine.
setNextOperation(String, Long) - Method in class org.virtualbox_5_2.IProgress
Internal method, not to be called externally.
setNoBandwidthGroupForDevice(String, Integer, Integer) - Method in class org.virtualbox_5_2.IMachine
Sets no bandwidth group for an existing storage device.
setOSTypeId(String) - Method in class org.virtualbox_5_2.IMachine
User-defined identifier of the Guest OS type.
setPackageSelectionAdjustments(String) - Method in class org.virtualbox_5_2.IUnattended
Guest OS specific package selection adjustments.
setPageFusionEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox allows page fusion for this machine (64-bit hosts only).
setParavirtDebug(String) - Method in class org.virtualbox_5_2.IMachine
Debug parameters for the paravirtualized guest interface provider.
setParavirtProvider(ParavirtProvider) - Method in class org.virtualbox_5_2.IMachine
The paravirtualized guest interface provider.
setPassword(String) - Method in class org.virtualbox_5_2.IUnattended
Assign a password to the user.
setPath(String) - Method in class org.virtualbox_5_2.IParallelPort
Host parallel device name.
setPath(String) - Method in class org.virtualbox_5_2.ISerialPort
Path to the serial port's pipe on the host whenISerialPort.getHostMode()is PortMode_HostPipe, the host serial device name whenISerialPort.getHostMode()is PortMode_HostDevice or the TCPport(server) orhostname:port(client) whenISerialPort.getHostMode()is PortMode_TCP.
setPATMEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling and disabling the PATM component.
setPointingHIDType(PointingHIDType) - Method in class org.virtualbox_5_2.IMachine
Type of pointing HID (such as mouse or tablet) used in this VM.
setPort(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getPort()filter.
setPortCount(Long) - Method in class org.virtualbox_5_2.IStorageController
The number of currently usable ports on the controller.
setPostInstallCommand(String) - Method in class org.virtualbox_5_2.IUnattended
Custom post installation command.
setPostInstallScriptTemplatePath(String) - Method in class org.virtualbox_5_2.IUnattended
The post installation (shell/batch) script template file.
setProcessed() - Method in class org.virtualbox_5_2.IEvent
Internal method called by the system when all listeners of a particular event have calledIEventSource.eventProcessed(org.virtualbox_5_2.IEventListener,org.virtualbox_5_2.IEvent).
setProduct(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProduct()filter.
setProductId(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProductId()filter.
setProductKey(String) - Method in class org.virtualbox_5_2.IUnattended
Any key which is used as authorization of access to install genuine OS
setPromiscModePolicy(NetworkAdapterPromiscModePolicy) - Method in class org.virtualbox_5_2.INetworkAdapter
The promiscuous mode policy of the network adapter when attached to an internal network, host only network or a bridge.
setProperties(List<String>, List<String>) - Method in class org.virtualbox_5_2.IMedium
Sets values for a group of properties in one call.
setProperty(String, String) - Method in class org.virtualbox_5_2.IAudioAdapter
Sets an audio specific property string.
setProperty(String, String) - Method in class org.virtualbox_5_2.IMedium
Sets the value of the custom medium property with the given name.
setProperty(String, String) - Method in class org.virtualbox_5_2.INetworkAdapter
Sets the value of the network attachment property with the given name.
setProxy(String) - Method in class org.virtualbox_5_2.IUnattended
Proxy incantation to pass on to the guest OS installer.
setPXEDebugEnabled(Boolean) - Method in class org.virtualbox_5_2.IBIOSSettings
PXE debug logging flag.
setRecompileSupervisor(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for forcing code recompilation for supervisor mode code.
setRecompileUser(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for forcing code recompilation for user mode code.
setRegister(Long, String, String) - Method in class org.virtualbox_5_2.IMachineDebugger
Gets one register.
setRegisters(Long, List<String>, List<String>) - Method in class org.virtualbox_5_2.IMachineDebugger
Sets zero or more registers atomically.
setRemote(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getRemote()filter.
setReuseSingleConnection(Boolean) - Method in class org.virtualbox_5_2.IVRDEServer
Flag whether the existing connection must be dropped and a new connection must be established by the VRDE server, when a new client connects in single connection mode.
setRevision(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getProductId()filter.
setRTCUseUTC(Boolean) - Method in class org.virtualbox_5_2.IMachine
When set to true, the RTC device of the virtual machine will run in UTC time, otherwise in local time.
setScreenLayout(ScreenLayoutMode, List<IGuestScreenInfo>) - Method in class org.virtualbox_5_2.IDisplay
Set video modes for the guest screens.
setScriptTemplatePath(String) - Method in class org.virtualbox_5_2.IUnattended
The unattended installation script template file.
setSeamlessMode(Boolean) - Method in class org.virtualbox_5_2.IDisplay
Enables or disables seamless guest display rendering (seamless desktop integration) mode.
setSerialNumber(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getSerialNumber()filter.
setServer(Boolean) - Method in class org.virtualbox_5_2.ISerialPort
Flag whether this serial port acts as a server (creates a new pipe on the host) or as a client (uses the existing pipe).
setSettingsFilePath(String) - Method in class org.virtualbox_5_2.IMachine
Currently, it is an error to change this property on any machine.
setSettingsSecret(String) - Method in class org.virtualbox_5_2.IVirtualBox
Unlocks the secret data by passing the unlock password to the server.
setSingleStep(Boolean) - Method in class org.virtualbox_5_2.IMachineDebugger
Switch for enabling single-stepping.
setSize(Long) - Method in class org.virtualbox_5_2.IFile
Changes the file size.
setSnapshotFolder(String) - Method in class org.virtualbox_5_2.IMachine
Full path to the directory used to store snapshot data (differencing media and saved state files) of this machine.
setStatisticsUpdateInterval(Long) - Method in class org.virtualbox_5_2.IGuest
Interval to update guest statistics in seconds.
setStorageControllerBootable(String, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets the bootable flag of the storage controller with the given name.
setTeleporterAddress(String) - Method in class org.virtualbox_5_2.IMachine
The address the target teleporter will listen on.
setTeleporterEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
When set to true, the virtual machine becomes a target teleporter the next time it is powered on.
setTeleporterPassword(String) - Method in class org.virtualbox_5_2.IMachine
The password to check for on the target teleporter.
setTeleporterPort(Long) - Method in class org.virtualbox_5_2.IMachine
The TCP port the target teleporter will listen for incoming teleportations on.
setTFTPBootFile(String) - Method in class org.virtualbox_5_2.INATEngine
TFTP boot file attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
setTFTPNextServer(String) - Method in class org.virtualbox_5_2.INATEngine
TFTP server attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
setTFTPPrefix(String) - Method in class org.virtualbox_5_2.INATEngine
TFTP prefix attribute which is used with the built-in DHCP server to fill the corresponding fields of DHCP leases.
setTimeOffset(Long) - Method in class org.virtualbox_5_2.IBIOSSettings
Offset in milliseconds from the host system time.
setTimeout(Long) - Method in class org.virtualbox_5_2.IGuestSession
Returns the session timeout (in ms).
setTimeout(Long) - Method in class org.virtualbox_5_2.IProgress
When non-zero, this specifies the number of milliseconds after which the operation will automatically be canceled.
setTimeZone(String) - Method in class org.virtualbox_5_2.IUnattended
The guest time zone specifier.
SettingsVersion - Enum in org.virtualbox_5_2
Settings version of VirtualBox settings files.
setTraceEnabled(Boolean) - Method in class org.virtualbox_5_2.INetworkAdapter
Flag whether network traffic from/to the network card should be traced.
setTraceFile(String) - Method in class org.virtualbox_5_2.INetworkAdapter
Filename where a network trace will be stored.
setTracingConfig(String) - Method in class org.virtualbox_5_2.IMachine
Tracepoint configuration to apply at startup whenIMachine.getTracingEnabled()is true.
setTracingEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
Enables the tracing facility in the VMM (including PDM devices + drivers).
setType(MediumType) - Method in class org.virtualbox_5_2.IMedium
Type (role) of this medium.
setType(USBControllerType) - Method in class org.virtualbox_5_2.IUSBController
The USB Controller type.
setupMetrics(List<String>, List<IUnknown>, Long, Long) - Method in class org.virtualbox_5_2.IPerformanceCollector
Sets parameters of specified base metrics for a set of objects.
setUseHostClipboard(Boolean) - Method in class org.virtualbox_5_2.IConsole
Whether the guest clipboard should be connected to the host one or whether it should only be allowed access to the VRDE clipboard.
setUseHostIOCache(Boolean) - Method in class org.virtualbox_5_2.IStorageController
If true, the storage controller emulation will use a dedicated I/O thread, enable the host I/O caches and use synchronous file APIs on the host.
setUser(String) - Method in class org.virtualbox_5_2.IUnattended
Assign an user login name.
setValidationKitIsoPath(String) - Method in class org.virtualbox_5_2.IUnattended
VirtualBox ValidationKit ISO image path.
setVendorId(String) - Method in class org.virtualbox_5_2.IUSBDeviceFilter
IUSBDevice.getVendorId()filter.
setVideoCaptureEnabled(Boolean) - Method in class org.virtualbox_5_2.IMachine
This setting determines whether VirtualBox uses video capturing to record a VM session.
setVideoCaptureFile(String) - Method in class org.virtualbox_5_2.IMachine
This setting determines the filename VirtualBox uses to save the recorded content.
setVideoCaptureFPS(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximum number of frames per second.
setVideoCaptureHeight(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the vertical resolution of the recorded video.
setVideoCaptureMaxFileSize(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximal number of captured video file size in MB.
setVideoCaptureMaxTime(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the maximum amount of time in milliseconds the video capture will work for.
setVideoCaptureOptions(String) - Method in class org.virtualbox_5_2.IMachine
This setting contains any additional video capture options required in comma-separated key=value format.
setVideoCaptureRate(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the bitrate in kilobits per second.
setVideoCaptureScreens(List<Boolean>) - Method in class org.virtualbox_5_2.IMachine
This setting determines for which screens video capturing is enabled.
setVideoCaptureWidth(Long) - Method in class org.virtualbox_5_2.IMachine
This setting determines the horizontal resolution of the recorded video.
setVideoModeHint(Long, Boolean, Boolean, Integer, Integer, Long, Long, Long) - Method in class org.virtualbox_5_2.IDisplay
Asks VirtualBox to request the given video mode from the guest.
setVirtualTimeRate(Long) - Method in class org.virtualbox_5_2.IMachineDebugger
The rate at which the virtual time runs expressed as a percentage.
setVisible(Boolean) - Method in class org.virtualbox_5_2.IFramebufferOverlay
Whether the overlay is currently visible.
setVMProcessPriority(String) - Method in class org.virtualbox_5_2.IMachine
Sets the priority of the VM process.
setVRAMSize(Long) - Method in class org.virtualbox_5_2.IMachine
Video memory size in megabytes.
setVRDEAuthLibrary(String) - Method in class org.virtualbox_5_2.ISystemProperties
Library that provides authentication for Remote Desktop clients.
setVRDEExtPack(String) - Method in class org.virtualbox_5_2.IVRDEServer
The name of Extension Pack providing VRDE for this VM.
setVRDEProperty(String, String) - Method in class org.virtualbox_5_2.IVRDEServer
Sets a VRDE specific property string.
setWebServiceAuthLibrary(String) - Method in class org.virtualbox_5_2.ISystemProperties
Library that provides authentication for webservice clients.
setWinId(Long) - Method in class org.virtualbox_5_2.IShowWindowEvent
Platform-dependent identifier of the top-level VM console window, or zero if this method has performed all actions necessary to implement theshow windowsemantics for the given platform and/or this VirtualBox front-end.
showConsoleWindow() - Method in class org.virtualbox_5_2.IMachine
Activates the console window and brings it to foreground on the desktop of the host PC.
sleepButton() - Method in class org.virtualbox_5_2.IConsole
Sends the ACPI sleep button event to the guest.
start(String, String, String) - Method in class org.virtualbox_5_2.IDHCPServer
Starts DHCP server process.
start(String) - Method in class org.virtualbox_5_2.INATNetwork
 
stop() - Method in class org.virtualbox_5_2.IDHCPServer
Stops DHCP server process.
stop() - Method in class org.virtualbox_5_2.INATNetwork
 
StorageBus - Enum in org.virtualbox_5_2
The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy); seeIStorageController.getBus().
StorageControllerType - Enum in org.virtualbox_5_2
The exact variant of storage controller hardware presented to the guest; seeIStorageController.getControllerType().
symlinkCreate(String, String, SymlinkType) - Method in class org.virtualbox_5_2.IGuestSession
Creates a symbolic link in the guest.
symlinkExists(String) - Method in class org.virtualbox_5_2.IGuestSession
Checks whether a symbolic link exists in the guest.
symlinkRead(String, List<SymlinkReadFlag>) - Method in class org.virtualbox_5_2.IGuestSession
Reads the target value of a symbolic link in the guest.
SymlinkReadFlag - Enum in org.virtualbox_5_2
Symbolic link reading flags.
SymlinkType - Enum in org.virtualbox_5_2
Symbolic link types.

T

takeScreenShotToArray(Long, Long, Long, BitmapFormat) - Method in class org.virtualbox_5_2.IDisplay
Takes a guest screen shot of the requested size and format and returns it as an array of bytes.
takeSnapshot(String, String, Boolean, Holder<String>) - Method in class org.virtualbox_5_2.IMachine
Saves the current execution state and all settings of the machine and creates differencing images for all normal (non-independent) media.
teleport(String, Long, String, Long) - Method in class org.virtualbox_5_2.IConsole
Teleport the VM to a different host machine or process.
temporaryEjectDevice(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Sets the behavior for guest-triggered medium eject.
terminate() - Method in class org.virtualbox_5_2.IProcess
Terminates (kills) a running process.
TouchContactState - Enum in org.virtualbox_5_2
Touch event contact state.

U

unloadPlugIn(String) - Method in class org.virtualbox_5_2.IMachineDebugger
Unloads a DBGF plug-in.
unlockMachine() - Method in class org.virtualbox_5_2.ISession
Unlocks a machine that was previously locked for the current session.
unmountMedium(String, Integer, Integer, Boolean) - Method in class org.virtualbox_5_2.IMachine
Unmounts any currently mounted medium (IMedium, identified by the given UUID id) to the given storage controller (IStorageController, identified by name), at the indicated port and device.
unregister(CleanupMode) - Method in class org.virtualbox_5_2.IMachine
Unregisters a machine previously registered withIVirtualBox.registerMachine(org.virtualbox_5_2.IMachine)and optionally do additional cleanup before the machine is unregistered.
unregisterListener(IEventListener) - Method in class org.virtualbox_5_2.IEventSource
Unregister an event listener.
unwrap(List<T>) - Static method in class org.virtualbox_5_2.Helper
 
update() - Method in class org.virtualbox_5_2.IVFSExplorer
Updates the internal list of files/directories from the current directory level.
updateGuestAdditions(String, List<String>, List<AdditionsUpdateFlag>) - Method in class org.virtualbox_5_2.IGuest
Automatically updates already installed Guest Additions in a VM.
USBConnectionSpeed - Enum in org.virtualbox_5_2
USB device/port speed state.
USBControllerType - Enum in org.virtualbox_5_2
The USB controller type.IUSBController.getType().
USBDeviceFilterAction - Enum in org.virtualbox_5_2
Actions for host USB device filters.
USBDeviceState - Enum in org.virtualbox_5_2
USB device state.

V

value() - Method in enum org.virtualbox_5_2.AccessMode
 
value() - Method in enum org.virtualbox_5_2.AdditionsFacilityClass
 
value() - Method in enum org.virtualbox_5_2.AdditionsFacilityStatus
 
value() - Method in enum org.virtualbox_5_2.AdditionsFacilityType
 
value() - Method in enum org.virtualbox_5_2.AdditionsRunLevelType
 
value() - Method in enum org.virtualbox_5_2.AdditionsUpdateFlag
 
value() - Method in enum org.virtualbox_5_2.APICMode
 
value() - Method in enum org.virtualbox_5_2.AudioCodecType
 
value() - Method in enum org.virtualbox_5_2.AudioControllerType
 
value() - Method in enum org.virtualbox_5_2.AudioDriverType
 
value() - Method in enum org.virtualbox_5_2.AuthType
 
value() - Method in enum org.virtualbox_5_2.AutostopType
 
value() - Method in enum org.virtualbox_5_2.BandwidthGroupType
 
value() - Method in enum org.virtualbox_5_2.BIOSBootMenuMode
 
value() - Method in enum org.virtualbox_5_2.BitmapFormat
 
value() - Method in enum org.virtualbox_5_2.CertificateVersion
 
value() - Method in enum org.virtualbox_5_2.ChipsetType
 
value() - Method in enum org.virtualbox_5_2.CleanupMode
 
value() - Method in enum org.virtualbox_5_2.ClipboardMode
 
value() - Method in enum org.virtualbox_5_2.CloneMode
 
value() - Method in enum org.virtualbox_5_2.CloneOptions
 
value() - Method in enum org.virtualbox_5_2.CPUPropertyType
 
value() - Method in enum org.virtualbox_5_2.DataFlags
 
value() - Method in enum org.virtualbox_5_2.DataType
 
value() - Method in enum org.virtualbox_5_2.DeviceActivity
 
value() - Method in enum org.virtualbox_5_2.DeviceType
 
value() - Method in enum org.virtualbox_5_2.DhcpOpt
 
value() - Method in enum org.virtualbox_5_2.DhcpOptEncoding
 
value() - Method in enum org.virtualbox_5_2.DirectoryCopyFlags
 
value() - Method in enum org.virtualbox_5_2.DirectoryCreateFlag
 
value() - Method in enum org.virtualbox_5_2.DirectoryOpenFlag
 
value() - Method in enum org.virtualbox_5_2.DirectoryRemoveRecFlag
 
value() - Method in enum org.virtualbox_5_2.DnDAction
 
value() - Method in enum org.virtualbox_5_2.DnDMode
 
value() - Method in enum org.virtualbox_5_2.ExportOptions
 
value() - Method in enum org.virtualbox_5_2.FaultToleranceState
 
value() - Method in enum org.virtualbox_5_2.FileAccessMode
 
value() - Method in enum org.virtualbox_5_2.FileCopyFlag
 
value() - Method in enum org.virtualbox_5_2.FileOpenAction
 
value() - Method in enum org.virtualbox_5_2.FileOpenExFlags
 
value() - Method in enum org.virtualbox_5_2.FileSeekOrigin
 
value() - Method in enum org.virtualbox_5_2.FileSharingMode
 
value() - Method in enum org.virtualbox_5_2.FileStatus
 
value() - Method in enum org.virtualbox_5_2.FirmwareType
 
value() - Method in enum org.virtualbox_5_2.FramebufferCapabilities
 
value() - Method in enum org.virtualbox_5_2.FsObjMoveFlags
 
value() - Method in enum org.virtualbox_5_2.FsObjRenameFlag
 
value() - Method in enum org.virtualbox_5_2.FsObjType
 
value() - Method in enum org.virtualbox_5_2.GraphicsControllerType
 
value() - Method in enum org.virtualbox_5_2.GuestMonitorChangedEventType
 
value() - Method in enum org.virtualbox_5_2.GuestMonitorStatus
 
value() - Method in enum org.virtualbox_5_2.GuestMouseEventMode
 
value() - Method in enum org.virtualbox_5_2.GuestSessionStatus
 
value() - Method in enum org.virtualbox_5_2.GuestSessionWaitForFlag
 
value() - Method in enum org.virtualbox_5_2.GuestSessionWaitResult
 
value() - Method in enum org.virtualbox_5_2.GuestUserState
 
value - Variable in class org.virtualbox_5_2.Holder
 
value() - Method in enum org.virtualbox_5_2.HostNetworkInterfaceMediumType
 
value() - Method in enum org.virtualbox_5_2.HostNetworkInterfaceStatus
 
value() - Method in enum org.virtualbox_5_2.HostNetworkInterfaceType
 
value() - Method in enum org.virtualbox_5_2.HWVirtExPropertyType
 
value() - Method in enum org.virtualbox_5_2.ImportOptions
 
value() - Method in enum org.virtualbox_5_2.KeyboardHIDType
 
value() - Method in enum org.virtualbox_5_2.KeyboardLED
 
value() - Method in enum org.virtualbox_5_2.LockType
 
value() - Method in enum org.virtualbox_5_2.MachineState
 
value() - Method in enum org.virtualbox_5_2.MediumFormatCapabilities
 
value() - Method in enum org.virtualbox_5_2.MediumState
 
value() - Method in enum org.virtualbox_5_2.MediumType
 
value() - Method in enum org.virtualbox_5_2.MediumVariant
 
value() - Method in enum org.virtualbox_5_2.MouseButtonState
 
value() - Method in enum org.virtualbox_5_2.NATAliasMode
 
value() - Method in enum org.virtualbox_5_2.NATProtocol
 
value() - Method in enum org.virtualbox_5_2.NetworkAdapterPromiscModePolicy
 
value() - Method in enum org.virtualbox_5_2.NetworkAdapterType
 
value() - Method in enum org.virtualbox_5_2.NetworkAttachmentType
 
value() - Method in enum org.virtualbox_5_2.ParavirtProvider
 
value() - Method in enum org.virtualbox_5_2.PathStyle
 
value() - Method in enum org.virtualbox_5_2.PointingHIDType
 
value() - Method in enum org.virtualbox_5_2.PortMode
 
value() - Method in enum org.virtualbox_5_2.ProcessCreateFlag
 
value() - Method in enum org.virtualbox_5_2.ProcessInputFlag
 
value() - Method in enum org.virtualbox_5_2.ProcessInputStatus
 
value() - Method in enum org.virtualbox_5_2.ProcessorFeature
 
value() - Method in enum org.virtualbox_5_2.ProcessOutputFlag
 
value() - Method in enum org.virtualbox_5_2.ProcessPriority
 
value() - Method in enum org.virtualbox_5_2.ProcessStatus
 
value() - Method in enum org.virtualbox_5_2.ProcessWaitForFlag
 
value() - Method in enum org.virtualbox_5_2.ProcessWaitResult
 
value() - Method in enum org.virtualbox_5_2.Reason
 
value() - Method in enum org.virtualbox_5_2.Scope
 
value() - Method in enum org.virtualbox_5_2.ScreenLayoutMode
 
value() - Method in enum org.virtualbox_5_2.SessionState
 
value() - Method in enum org.virtualbox_5_2.SessionType
 
value() - Method in enum org.virtualbox_5_2.SettingsVersion
 
value() - Method in enum org.virtualbox_5_2.StorageBus
 
value() - Method in enum org.virtualbox_5_2.StorageControllerType
 
value() - Method in enum org.virtualbox_5_2.SymlinkReadFlag
 
value() - Method in enum org.virtualbox_5_2.SymlinkType
 
value() - Method in enum org.virtualbox_5_2.TouchContactState
 
value() - Method in enum org.virtualbox_5_2.USBConnectionSpeed
 
value() - Method in enum org.virtualbox_5_2.USBControllerType
 
value() - Method in enum org.virtualbox_5_2.USBDeviceFilterAction
 
value() - Method in enum org.virtualbox_5_2.USBDeviceState
 
value() - Method in enum org.virtualbox_5_2.VBoxEventType
 
value() - Method in enum org.virtualbox_5_2.VFSType
 
value() - Method in enum org.virtualbox_5_2.VirtualSystemDescriptionType
 
value() - Method in enum org.virtualbox_5_2.VirtualSystemDescriptionValueType
 
valueOf(String) - Static method in enum org.virtualbox_5_2.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AdditionsFacilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AdditionsRunLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AdditionsUpdateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.APICMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AudioCodecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AudioControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AudioDriverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.AutostopType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.BandwidthGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.BIOSBootMenuMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.BitmapFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.CertificateVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ChipsetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.CleanupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ClipboardMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.CloneMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.CloneOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.CPUPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DataFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DeviceActivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DhcpOpt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DhcpOptEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DirectoryCopyFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DirectoryCreateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DirectoryOpenFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DirectoryRemoveRecFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DnDAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.DnDMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ExportOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FaultToleranceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileAccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileCopyFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileOpenAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileOpenExFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileSeekOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileSharingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FirmwareType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FramebufferCapabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FsObjMoveFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FsObjRenameFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.FsObjType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GraphicsControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestMonitorChangedEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestMonitorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestMouseEventMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestSessionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestSessionWaitForFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestSessionWaitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.GuestUserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceMediumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.HWVirtExPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ImportOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.KeyboardHIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.KeyboardLED
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MachineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MediumFormatCapabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MediumState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MediumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MediumVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.MouseButtonState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.NATAliasMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.NATProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.NetworkAdapterPromiscModePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.NetworkAdapterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.NetworkAttachmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ParavirtProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.PathStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.PointingHIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.PortMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessCreateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessInputFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessInputStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessorFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessOutputFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessWaitForFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ProcessWaitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.ScreenLayoutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.SessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.SettingsVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.StorageBus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.StorageControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.SymlinkReadFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.SymlinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.TouchContactState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.USBConnectionSpeed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.USBControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.USBDeviceFilterAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.USBDeviceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.VBoxEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.VFSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.virtualbox_5_2.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AdditionsFacilityClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AdditionsFacilityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AdditionsFacilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AdditionsRunLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AdditionsUpdateFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.APICMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AudioCodecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AudioControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AudioDriverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.AutostopType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.BandwidthGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.BIOSBootMenuMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.BitmapFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.CertificateVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ChipsetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.CleanupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ClipboardMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.CloneMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.CloneOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.CPUPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DataFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DeviceActivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DhcpOpt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DhcpOptEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DirectoryCopyFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DirectoryCreateFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DirectoryOpenFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DirectoryRemoveRecFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DnDAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.DnDMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ExportOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FaultToleranceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileAccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileCopyFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileOpenAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileOpenExFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileSeekOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileSharingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FirmwareType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FramebufferCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FsObjMoveFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FsObjRenameFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.FsObjType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GraphicsControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestMonitorChangedEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestMonitorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestMouseEventMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestSessionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestSessionWaitForFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestSessionWaitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.GuestUserState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceMediumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.HostNetworkInterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.HWVirtExPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ImportOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.KeyboardHIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.KeyboardLED
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MachineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MediumFormatCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MediumState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MediumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MediumVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.MouseButtonState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.NATAliasMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.NATProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.NetworkAdapterPromiscModePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.NetworkAdapterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.NetworkAttachmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ParavirtProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.PathStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.PointingHIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.PortMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessCreateFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessInputFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessInputStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessorFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessOutputFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessWaitForFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ProcessWaitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.ScreenLayoutMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.SettingsVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.StorageBus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.StorageControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.SymlinkReadFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.SymlinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.TouchContactState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.USBConnectionSpeed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.USBControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.USBDeviceFilterAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.USBDeviceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.VBoxEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.VFSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.virtualbox_5_2.VirtualSystemDescriptionValueType
Returns an array containing the constants of this enum type, in the order they are declared.
VBoxEventType - Enum in org.virtualbox_5_2
Type of an event.
VBoxException - Exception in org.virtualbox_5_2
 
VBoxException(String) - Constructor for exception org.virtualbox_5_2.VBoxException
 
VBoxException(String, Throwable) - Constructor for exception org.virtualbox_5_2.VBoxException
 
VBoxException(String, Throwable, ObjectRefManager, VboxPortType) - Constructor for exception org.virtualbox_5_2.VBoxException
 
VFSType - Enum in org.virtualbox_5_2
Virtual file systems supported by VFSExplorer.
videoModeSupported(Long, Long, Long) - Method in class org.virtualbox_5_2.IFramebuffer
Returns whether the frame buffer implementation is willing to support a given video mode.
viewportChanged(Long, Long, Long, Long, Long) - Method in class org.virtualbox_5_2.IDisplay
Signals that framebuffer window viewport has changed.
VirtualBoxManager - Class in org.virtualbox_5_2
 
VirtualSystemDescriptionType - Enum in org.virtualbox_5_2
Used withIVirtualSystemDescriptionto describe the type of a configuration value.
VirtualSystemDescriptionValueType - Enum in org.virtualbox_5_2
Used withIVirtualSystemDescription.getValuesByType(org.virtualbox_5_2.VirtualSystemDescriptionType,org.virtualbox_5_2.VirtualSystemDescriptionValueType)to describe the value type to fetch.

W

waitFor(Long, Long) - Method in class org.virtualbox_5_2.IGuestSession
Waits for one or more events to happen.
waitFor(Long, Long) - Method in class org.virtualbox_5_2.IProcess
Waits for one or more events to happen.
waitForArray(List<GuestSessionWaitForFlag>, Long) - Method in class org.virtualbox_5_2.IGuestSession
Waits for one or more events to happen.
waitForArray(List<ProcessWaitForFlag>, Long) - Method in class org.virtualbox_5_2.IProcess
Waits for one or more events to happen.
waitForAsyncProgressCompletion(IProgress) - Method in class org.virtualbox_5_2.IProgress
Waits until the other task is completed (including all sub-operations) and forward all changes from the other progress to this progress.
waitForCompletion(Integer) - Method in class org.virtualbox_5_2.IProgress
Waits until the task is done (including all sub-operations) with a given timeout in milliseconds; specify -1 for an indefinite wait.
waitForEvents(long) - Method in class org.virtualbox_5_2.VirtualBoxManager
 
waitForOperationCompletion(Long, Integer) - Method in class org.virtualbox_5_2.IProgress
Waits until the given operation is done with a given timeout in milliseconds; specify -1 for an indefinite wait.
waitProcessed(Integer) - Method in class org.virtualbox_5_2.IEvent
Wait until time outs, or this event is processed.
webcamAttach(String, String) - Method in class org.virtualbox_5_2.IEmulatedUSB
Attaches the emulated USB webcam to the VM, which will use a host video capture device.
webcamDetach(String) - Method in class org.virtualbox_5_2.IEmulatedUSB
Detaches the emulated USB webcam from the VM
wrap(Class<T>, ObjectRefManager, VboxPortType, List<String>) - Static method in class org.virtualbox_5_2.Helper
 
wrap2(Class<T1>, Class<T2>, ObjectRefManager, VboxPortType, List<T2>) - Static method in class org.virtualbox_5_2.Helper
 
write(String, List<ExportOptions>, String) - Method in class org.virtualbox_5_2.IAppliance
Writes the contents of the appliance exports into a new OVF file.
write(byte[], Long) - Method in class org.virtualbox_5_2.IFile
Writes bytes to this file.
write(Long, Long, byte[], Long) - Method in class org.virtualbox_5_2.IProcess
Writes data to a running process.
writeArray(Long, List<ProcessInputFlag>, byte[], Long) - Method in class org.virtualbox_5_2.IProcess
Writes data to a running process.
writeAt(Long, byte[], Long) - Method in class org.virtualbox_5_2.IFile
Writes bytes at a certain offset to this file.
writePhysicalMemory(Long, Long, byte[]) - Method in class org.virtualbox_5_2.IMachineDebugger
Writes guest physical memory, access handles (MMIO++) are ignored.
writeVirtualMemory(Long, Long, Long, byte[]) - Method in class org.virtualbox_5_2.IMachineDebugger
Writes guest virtual memory, access handles (MMIO++) are ignored.

A B C D E F G H I K L M N O P Q R S T U V W