Uses of Class
com.xensource.xenapi.Types.VmIsTemplate
-
Uses of Types.VmIsTemplate in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.VmIsTemplateModifier 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
VM.resume
(Connection c, Boolean startPaused, Boolean force) Awaken the specified VM and resume it.VM.resumeAsync
(Connection c, Boolean startPaused, Boolean force) Awaken the specified VM and resume it.void
VM.resumeOn
(Connection c, Host host, Boolean startPaused, Boolean force) Awaken the specified VM and resume it on a particular Host.VM.resumeOnAsync
(Connection c, Host host, Boolean startPaused, Boolean force) Awaken the specified VM and resume it on a particular Host.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.void
VM.unpause
(Connection c) Resume the specified VM.VM.unpauseAsync
(Connection c) Resume the specified VM.