Class PIFMetrics.Record

java.lang.Object
com.xensource.xenapi.PIFMetrics.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
PIFMetrics

public static class PIFMetrics.Record extends Object implements Types.Record
Represents all the fields in a PIFMetrics
  • 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)
    • carrier

      public Boolean carrier
      Report if the PIF got a carrier or not
    • vendorId

      public String vendorId
      Report vendor ID
    • vendorName

      public String vendorName
      Report vendor name
    • deviceId

      public String deviceId
      Report device ID
    • deviceName

      public String deviceName
      Report device name
    • speed

      public Long speed
      Speed of the link (if available)
    • duplex

      public Boolean duplex
      Full duplex capability of the link (if available)
    • pciBusPath

      public String pciBusPath
      PCI bus path of the pif (if available)
    • 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