
2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
RPC name: set bootable
Overview:
Set the bootable field of the given VBD.
Signature:
void set_bootable (session_id s, VBD ref self, bool value)
Arguments:
type
name
description
VBD ref
self
reference to the object
bool
value
New value to set
Return Type:
void
RPC name: get mode
Overview:
Get the mode field of the given VBD.
Signature:
(vbd_mode) get_mode (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
vbd mode
value of the field
RPC name: set mode
Overview:
Set the mode field of the given VBD.
Signature:
void set_mode (session_id s, VBD ref self, vbd_mode value)
Arguments:
type
name
description
VBD ref
self
reference to the object
vbd mode
value
New value to set
Return Type:
void
251