Uses of Class
com.xensource.xenapi.Types.InvalidValue
-
Uses of Types.InvalidValue in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.InvalidValueModifier and TypeMethodDescriptionvoid
VM.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.static Cluster
Cluster.create
(Connection c, PIF PIF, String clusterStack, Boolean poolAutoJoin, Double tokenTimeout, Double tokenTimeoutCoefficient) Creates a Cluster object and one Cluster_host object as its first member Minimum allowed role: pool-operator First published in XenServer 7.6.static Task
Cluster.createAsync
(Connection c, PIF PIF, String clusterStack, Boolean poolAutoJoin, Double tokenTimeout, Double tokenTimeoutCoefficient) Creates a Cluster object and one Cluster_host object as its first member Minimum allowed role: pool-operator First published in XenServer 7.6.void
VM.setBiosStrings
(Connection c, Map<String, String> value) Set custom BIOS strings to this VM.VM.setBiosStringsAsync
(Connection c, Map<String, String> value) Set custom BIOS strings to this VM.