Searched defs:teleport (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp930 HRESULT Console::teleport(const com::Utf8Str &aHostname, ULONG aTcpport, const com::Utf8Str &aPassword, function in class:Console
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2091 def teleport(self, sHostname = 'localhost', uPort = 6500, sPassword = 'password', cMsMaxDowntime = 250): member in class:SessionWrapper
2093 Wrapper around the IConsole::teleport() method.
2096 reporter.log2('"%s"::teleport(%s,%s,%s,%s)...' % (self.sName, sHostname, uPort, sPassword, cMsMaxDowntime));
2098 oProgress = self.o.console.teleport(sHostname, uPort, sPassword, cMsMaxDowntime)
2100 reporter.errorXcpt('IConsole::teleport(%s,%s,%s,%s) failed' % (sHostname, uPort, sPassword, cMsMaxDowntime));
2102 return ProgressWrapper(oProgress, self.oVBoxMgr, self.oTstDrv, 'teleport %s' % (self.sName,));
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py594 def teleport(ctx, _session, console, args): function
596 print "Use host:port format for teleport target"
611 progress = console.teleport(host, port, passwd, maxDowntime)
726 'teleport': lambda: teleport(ctx, session, console, args),
1335 print "usage: teleport name host:port <password>"
1340 cmdExistingVm(ctx, mach, 'teleport', args[2:])
3294 'teleport':['Teleport VM to another box (see openportal): teleport Win anotherhost:8000 <passwd> <maxDowntime>', teleportCmd, 0],
3296 'openportal':['Open portal for teleportation of VM from another box (see teleport)
[all...]

Completed in 166 milliseconds