Uses of Class
com.xensource.xenapi.Types.VmHvmRequired
-
Uses of Types.VmHvmRequired in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.VmHvmRequiredModifier and TypeMethodDescriptionvoidVM.assertCanBootHere(Connection c, Host host) Returns an error if the VM could not boot on this host for some reason Minimum allowed role: read-only First published in XenServer 4.0.VM.assertCanBootHereAsync(Connection c, Host host) Returns an error if the VM could not boot on this host for some reason Minimum allowed role: read-only First published in XenServer 4.0.voidVM.start(Connection c, Boolean startPaused, Boolean force) Start the specified VM.VM.startAsync(Connection c, Boolean startPaused, Boolean force) Start the specified VM.