Class HostCpu.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • host

      public Host host
      the host the CPU is in
    • number

      public Long number
      the number of the physical CPU within the host
    • vendor

      public String vendor
      the vendor of the physical CPU
    • speed

      public Long speed
      the speed of the physical CPU
    • modelname

      public String modelname
      the model name of the physical CPU
    • family

      public Long family
      the family (number) of the physical CPU
    • model

      public Long model
      the model number of the physical CPU
    • stepping

      public String stepping
      the stepping of the physical CPU
    • flags

      public String flags
      the flags of the physical CPU (a decoded version of the features field)
    • features

      public String features
      the physical CPU feature bitmap
    • utilisation

      public Double utilisation
      the current CPU utilisation
    • otherConfig

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

    • Record

      public Record()
  • Method Details