com.xensource.xenapi
Class VTPM.Record

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

public static class VTPM.Record
extends Object
implements Types.Record

Represents all the fields in a VTPM


Field Summary
 VM backend
          the domain where the backend is located
 String uuid
          unique identifier/object reference
 VM VM
          the virtual machine
 
Constructor Summary
VTPM.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a VTPM.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


VM

public VM VM
the virtual machine


backend

public VM backend
the domain where the backend is located

Constructor Detail

VTPM.Record

public VTPM.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record