com.xensource.xenapi
Class VIFMetrics.Record

java.lang.Object
  extended by com.xensource.xenapi.VIFMetrics.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
VIFMetrics

public static class VIFMetrics.Record
extends Object
implements Types.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
 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

uuid

public String uuid
unique identifier/object reference


ioReadKbs

public Double ioReadKbs
Read bandwidth (KiB/s)


ioWriteKbs

public Double ioWriteKbs
Write bandwidth (KiB/s)


lastUpdated

public Date lastUpdated
Time at which this information was last updated

Constructor Detail

VIFMetrics.Record

public VIFMetrics.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a VIF_metrics.Record to a Map

Specified by:
toMap in interface Types.Record