2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
Return Type:
string
value of the field
RPC name: get userdevice
Overview:
Get the userdevice field of the given VBD.
Signature:
string get_userdevice (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
string
value of the field
RPC name: set userdevice
Overview:
Set the userdevice field of the given VBD.
Signature:
void set_userdevice (session_id s, VBD ref self, string value)
Arguments:
type
name
description
VBD ref
self
reference to the object
string
value
New value to set
Return Type:
void
RPC name: get bootable
Overview:
Get the bootable field of the given VBD.
Signature:
bool get_bootable (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
bool
value of the field
250