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 TypeMethodDescriptionvoidVM.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.voidVM.cleanShutdown(Connection c) Attempt to cleanly shutdown the specified VM.VM.cleanShutdownAsync(Connection c) Attempt to cleanly shutdown the specified VM.voidVM.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.voidVM.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.voidVM.pause(Connection c) Pause the specified VM.VM.pauseAsync(Connection c) Pause the specified VM.voidVM.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.voidRestart device models of the VM Minimum allowed role: vm-power-admin Experimental.Restart device models of the VM Minimum allowed role: vm-power-admin Experimental.voidVM.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.voidVM.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.voidVM.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.voidVM.start(Connection c, Boolean startPaused, Boolean force) Start the specified VM.VM.startAsync(Connection c, Boolean startPaused, Boolean force) Start the specified VM.voidVM.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.voidVM.suspend(Connection c) Suspend the specified VM to disk.VM.suspendAsync(Connection c) Suspend the specified VM to disk.voidVM.unpause(Connection c) Resume the specified VM.VM.unpauseAsync(Connection c) Resume the specified VM.