2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
RPC name: get type
Overview:
Get the type field of the given VBD.
Signature:
(vbd_type) get_type (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
vbd type
value of the field
RPC name: set type
Overview:
Set the type field of the given VBD.
Signature:
void set_type (session_id s, VBD ref self, vbd_type value)
Arguments:
type
name
description
VBD ref
self
reference to the object
vbd type
value
New value to set
Return Type:
void
RPC name: get unpluggable
Overview:
Get the unpluggable field of the given VBD.
Signature:
bool get_unpluggable (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
bool
value of the field
252