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.VbdTypeModifier and TypeFieldDescriptionVBD.Record.typehow the VBD will appear to the guest (for example, disk or CD)Methods in com.xensource.xenapi that return Types.VbdTypeModifier and TypeMethodDescriptionVBD.getType(Connection c) Get the type field of the given VBD.static Types.VbdTypeReturns 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 TypeMethodDescriptionvoidVBD.setType(Connection c, Types.VbdType type) Set the type field of the given VBD.