Class VMGuestMetrics.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • osVersion

      public Map<String,String> osVersion
      version of the OS
    • PVDriversVersion

      public Map<String,String> PVDriversVersion
      version of the PV drivers
    • PVDriversUpToDate

      public Boolean PVDriversUpToDate
      Logically equivalent to PV_drivers_detected
    • memory

      public Map<String,String> memory
      This field exists but has no data. Use the memory and memory_internal_free RRD data-sources instead.
    • disks

      public Map<String,String> disks
      This field exists but has no data.
    • networks

      public Map<String,String> networks
      network configuration
    • other

      public Map<String,String> other
      anything else
    • 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.
    • live

      public Boolean live
      True if the guest is sending heartbeat messages via the guest agent First published in XenServer 5.0.
    • canUseHotplugVbd

      public Types.TristateType canUseHotplugVbd
      The guest's statement of whether it supports VBD hotplug, i.e. whether it is capable of responding immediately to instantiation of a new VBD by bringing online a new PV block device. If the guest states that it is not capable, then the VBD plug and unplug operations will not be allowed while the guest is running. First published in XenServer 7.0.
    • canUseHotplugVif

      public Types.TristateType canUseHotplugVif
      The guest's statement of whether it supports VIF hotplug, i.e. whether it is capable of responding immediately to instantiation of a new VIF by bringing online a new PV network device. If the guest states that it is not capable, then the VIF plug and unplug operations will not be allowed while the guest is running. First published in XenServer 7.0.
    • PVDriversDetected

      public Boolean PVDriversDetected
      At least one of the guest's devices has successfully connected to the backend. First published in XenServer 7.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details