Uses of Class
com.xensource.xenapi.Types.OtherOperationInProgress
-
Uses of Types.OtherOperationInProgress in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.OtherOperationInProgressModifier and TypeMethodDescriptionvoid
VM.cleanReboot
(Connection c) Attempt to cleanly shutdown the specified VM (Note: this may not be supported---e.g.VM.cleanRebootAsync
(Connection c) Attempt to cleanly shutdown the specified VM (Note: this may not be supported---e.g.void
VM.cleanShutdown
(Connection c) Attempt to cleanly shutdown the specified VM.VM.cleanShutdownAsync
(Connection c) Attempt to cleanly shutdown the specified VM.void
VM.hardReboot
(Connection c) Stop executing the specified VM without attempting a clean shutdown and immediately restart the VM.VM.hardRebootAsync
(Connection c) Stop executing the specified VM without attempting a clean shutdown and immediately restart the VM.void
VM.hardShutdown
(Connection c) Stop executing the specified VM without attempting a clean shutdown.VM.hardShutdownAsync
(Connection c) Stop executing the specified VM without attempting a clean shutdown.void
VM.pause
(Connection c) Pause the specified VM.VM.pauseAsync
(Connection c) Pause the specified VM.void
VM.poolMigrate
(Connection c, Host host, Map<String, String> options) Migrate a VM to another Host.VM.poolMigrateAsync
(Connection c, Host host, Map<String, String> options) Migrate a VM to another Host.void
Minimum allowed role: vm-power-admin Experimental.void
PIF.setDisallowUnplug
(Connection c, Boolean value) Set whether unplugging the PIF is allowed Minimum allowed role: pool-operator First published in XenServer 5.0.PIF.setDisallowUnplugAsync
(Connection c, Boolean value) Set whether unplugging the PIF is allowed Minimum allowed role: pool-operator First published in XenServer 5.0.void
VM.shutdown
(Connection c) Attempts to first clean shutdown a VM and if it should fail then perform a hard shutdown on it.VM.shutdownAsync
(Connection c) Attempts to first clean shutdown a VM and if it should fail then perform a hard shutdown on it.void
VM.start
(Connection c, Boolean startPaused, Boolean force) Start the specified VM.VM.startAsync
(Connection c, Boolean startPaused, Boolean force) Start the specified VM.void
VM.startOn
(Connection c, Host host, Boolean startPaused, Boolean force) Start the specified VM on a particular host.VM.startOnAsync
(Connection c, Host host, Boolean startPaused, Boolean force) Start the specified VM on a particular host.void
VM.suspend
(Connection c) Suspend the specified VM to disk.VM.suspendAsync
(Connection c) Suspend the specified VM to disk.