com.xensource.xenapi
Class VMGuestMetrics.Record

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

public static class VMGuestMetrics.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a VMGuestMetrics


Field Summary
 java.util.Map<java.lang.String,java.lang.String> disks
          disk configuration/free space
 java.util.Date lastUpdated
          Time at which this information was last updated
 java.lang.Boolean live
          True if the guest is sending heartbeat messages via the guest agent
 java.util.Map<java.lang.String,java.lang.String> memory
          free/used/total memory
 java.util.Map<java.lang.String,java.lang.String> networks
          network configuration
 java.util.Map<java.lang.String,java.lang.String> osVersion
          version of the OS
 java.util.Map<java.lang.String,java.lang.String> other
          anything else
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 java.lang.Boolean PVDriversUpToDate
          true if the PV drivers appear to be up to date
 java.util.Map<java.lang.String,java.lang.String> PVDriversVersion
          version of the PV drivers
 java.lang.String uuid
          Unique identifier/object reference
 
Constructor Summary
VMGuestMetrics.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a VM_guest_metrics.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid
Unique identifier/object reference


osVersion

public java.util.Map<java.lang.String,java.lang.String> osVersion
version of the OS


PVDriversVersion

public java.util.Map<java.lang.String,java.lang.String> PVDriversVersion
version of the PV drivers


PVDriversUpToDate

public java.lang.Boolean PVDriversUpToDate
true if the PV drivers appear to be up to date


memory

public java.util.Map<java.lang.String,java.lang.String> memory
free/used/total memory


disks

public java.util.Map<java.lang.String,java.lang.String> disks
disk configuration/free space


networks

public java.util.Map<java.lang.String,java.lang.String> networks
network configuration


other

public java.util.Map<java.lang.String,java.lang.String> other
anything else


lastUpdated

public java.util.Date lastUpdated
Time at which this information was last updated


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration


live

public java.lang.Boolean live
True if the guest is sending heartbeat messages via the guest agent

Constructor Detail

VMGuestMetrics.Record

public VMGuestMetrics.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a VM_guest_metrics.Record to a Map

Specified by:
toMap in interface Types.Record