
2.28.
CLASS: VBD METRICS
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the VBD metrics instance with the specified UUID.
Signature:
(VBD_metrics ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
VBD metrics ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given VBD metrics.
Signature:
(VBD_metrics record) get_record (session_id s, VBD_metrics ref self)
Arguments:
type
name
description
VBD metrics ref
self
reference to the object
Return Type:
VBD metrics record
all fields from the object
263