
2.27.
CLASS: VBD
CHAPTER 2.
API REFERENCE
RPC name: get metrics
Overview:
Get the metrics field of the given VBD.
Signature:
(VBD_metrics ref) get_metrics (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
VBD metrics ref
value of the field
RPC name: create
Overview:
Create a new VBD instance, and return its handle.
Signature:
(VBD ref) create (session_id s, VBD record args)
Arguments:
type
name
description
VBD record
args
All constructor arguments
Return Type:
VBD ref
reference to the newly created object
RPC name: destroy
Overview:
Destroy the specified VBD instance.
Signature:
void destroy (session_id s, VBD ref self)
Arguments:
type
name
description
VBD ref
self
reference to the object
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the VBD instance with the specified UUID.
Signature:
259