Fields
-
string
uuid
unique identifier/object reference
-
float
io_read_kbs
Read bandwidth (KiB/s)
-
float
io_write_kbs
Write bandwidth (KiB/s)
-
datetime
last_updated
Time at which this information was last updated
Implicit messages
-
Record[VBD_metrics]
get_record
(session session_id, VBD_metrics self)
Get a record containing the current state of the given VBD_metrics.
-
VBD_metrics
get_by_uuid
(session session_id, string uuid)
Get a reference to the VBD_metrics instance with the specified UUID.
-
Set[VBD_metrics]
get_all
(session session_id)
Return a list of all the VBD_metrics instances known to the system.
-
Map[VBD_metrics,Record[VBD_metrics]]
get_all_records
(session session_id)
Return a map of VBD_metrics references to VBD_metrics records for all VBD_metrics instances known to the system.
Explicit messages