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 Object
implements Types.Record

Represents all the fields in a VMGuestMetrics


Field Summary
 Map<String,String> disks
          disk configuration/free space
 Date lastUpdated
          Time at which this information was last updated
 Map<String,String> memory
          free/used/total memory
 Map<String,String> networks
          network configuration
 Map<String,String> osVersion
          version of the OS
 Map<String,String> other
          anything else
 Map<String,String> PVDriversVersion
          version of the PV drivers
 String uuid
          unique identifier/object reference
 
Constructor Summary
VMGuestMetrics.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a VM_guest_metrics.Record to a Map
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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


memory

public Map<String,String> memory
free/used/total memory


disks

public Map<String,String> disks
disk configuration/free space


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

Constructor Detail

VMGuestMetrics.Record

public VMGuestMetrics.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record