Class HostMetrics.Record

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

public static class HostMetrics.Record extends Object implements Types.Record
Represents all the fields in a HostMetrics
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • memoryTotal

      public Long memoryTotal
      Total host memory (bytes)
    • memoryFree

      public Long memoryFree
      Free host memory (bytes)
    • live

      public Boolean live
      Pool master thinks this host is live
    • 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