Uses of Enum Class
com.xensource.xenapi.Types.VbdMode
-
Uses of Types.VbdMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VbdModeMethods in com.xensource.xenapi that return Types.VbdModeModifier and TypeMethodDescriptionVBD.getMode
(Connection c) Get the mode field of the given VBD.static Types.VbdMode
static Types.VbdMode
Returns the enum constant of this class with the specified name.static Types.VbdMode[]
Types.VbdMode.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.VbdModeModifier and TypeMethodDescriptionvoid
VBD.setMode
(Connection c, Types.VbdMode value) Sets the mode of the VBD.VBD.setModeAsync
(Connection c, Types.VbdMode value) Sets the mode of the VBD.