Uses of Enum Class
com.xensource.xenapi.Types.VbdType
-
Uses of Types.VbdType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VbdTypeMethods in com.xensource.xenapi that return Types.VbdTypeModifier and TypeMethodDescriptionVBD.getType
(Connection c) Get the type field of the given VBD.static Types.VbdType
static Types.VbdType
Returns the enum constant of this class with the specified name.static Types.VbdType[]
Types.VbdType.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.VbdTypeModifier and TypeMethodDescriptionvoid
VBD.setType
(Connection c, Types.VbdType type) Set the type field of the given VBD.