|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.VIFMetrics.Record
public static class VIFMetrics.Record
Represents all the fields in a VIFMetrics
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
VIFMetrics.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a VIF_metrics.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public Double ioReadKbs
public Double ioWriteKbs
public Date lastUpdated
public Map<String,String> otherConfig
| Constructor Detail |
|---|
public VIFMetrics.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||