Uses of Enum Class
com.xensource.xenapi.Types.HostSchedGran
-
Uses of Types.HostSchedGran in com.xensource.xenapi
Methods in com.xensource.xenapi that return Types.HostSchedGranModifier and TypeMethodDescriptionHost.getSchedGran
(Connection c) Gets xen's sched-gran on a host Minimum allowed role: Not Applicable First published in 1.271.0.static Types.HostSchedGran
Types.toHostSchedGran
(Object object) static Types.HostSchedGran
Returns the enum constant of this class with the specified name.static Types.HostSchedGran[]
Types.HostSchedGran.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.HostSchedGranModifier and TypeMethodDescriptionvoid
Host.setSchedGran
(Connection c, Types.HostSchedGran value) Sets xen's sched-gran on a host.Host.setSchedGranAsync
(Connection c, Types.HostSchedGran value) Sets xen's sched-gran on a host.