public static class VBDMetrics.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Double |
ioReadKbs
Read bandwidth (KiB/s)
|
Double |
ioWriteKbs
Write bandwidth (KiB/s)
|
Date |
lastUpdated
Time at which this information was last updated
|
Map<String,String> |
otherConfig
additional configuration
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a VBD_metrics.Record to a Map
|
String |
toString() |