|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.PIFMetrics.Record
public static class PIFMetrics.Record
Represents all the fields in a PIFMetrics
Field Summary | |
---|---|
Boolean |
carrier
Report if the PIF got a carrier or not |
String |
deviceId
Report device ID |
String |
deviceName
Report device name |
Boolean |
duplex
Full duplex capability of the link (if available) |
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 |
pciBusPath
PCI bus path of the pif (if available) |
Long |
speed
Speed of the link (if available) |
String |
uuid
Unique identifier/object reference |
String |
vendorId
Report vendor ID |
String |
vendorName
Report vendor name |
Constructor Summary | |
---|---|
PIFMetrics.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a PIF_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 Boolean carrier
public String vendorId
public String vendorName
public String deviceId
public String deviceName
public Long speed
public Boolean duplex
public String pciBusPath
public Date lastUpdated
public Map<String,String> otherConfig
Constructor Detail |
---|
public PIFMetrics.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public 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 |