Class VIFMetrics.Record

java.lang.Object
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 Details

    • 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
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 5.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details