Uses of Class
com.xensource.xenapi.VBD
-
Uses of VBD in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type VBDModifier and TypeFieldDescriptionVDI.Record.VBDs
list of vbds that refer to this diskVM.Record.VBDs
virtual block devicesMethods in com.xensource.xenapi that return VBDModifier and TypeMethodDescriptionstatic VBD
VBD.create
(Connection c, VBD.Record record) Create a new VBD instance, and return its handle.static VBD
VBD.getByUuid
(Connection c, String uuid) Get a reference to the VBD instance with the specified UUID.static VBD
Types.toVBD
(Task task, Connection connection) static VBD
Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type VBDModifier and TypeMethodDescriptionVBD.getAll
(Connection c) Return a list of all the VBDs known to the system.static Map<VBD,
VBD.Record> VBD.getAllRecords
(Connection c) Return a map of VBD references to VBD records for all VBDs known to the system.VDI.getVBDs
(Connection c) Get the VBDs field of the given VDI.VM.getVBDs
(Connection c) Get the VBDs field of the given VM.static Map<VBD,
VBD.Record> Types.toMapOfVBDVBDRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfVBD
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.