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 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.static ClusterCluster.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 TaskCluster.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.voidVM.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.