2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
Arguments:
type
name
description
VBD ref
self
The VBD to hot-unplug
Return Type:
void
Possible Error Codes:
DEVICE DETACH REJECTED
,
DEVICE ALREADY DETACHED
RPC name: unplug force
Overview:
Forcibly unplug the specified VBD.
Signature:
void unplug_force (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
The VBD to forcibly unplug
Return Type:
void
RPC name: assert attachable
Overview:
Throws an error if this VBD could not be attached to this VM if the VM were running. Intended
for debugging.
Signature:
void assert_attachable (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
The VBD to query
Return Type:
void
RPC name: get all
Overview:
Return a list of all the VBDs known to the system.
Signature:
((VBD ref) Set) get_all (session_id s)
Return Type:
(VBD ref) Set
references to all objects
247