com.xensource.xenapi
Class DRTask.Record

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

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

Represents all the fields in a DRTask


Field Summary
 Set<SR> introducedSRs
          All SRs introduced by this appliance
 String uuid
          Unique identifier/object reference
 
Constructor Summary
DRTask.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a DR_task.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


introducedSRs

public Set<SR> introducedSRs
All SRs introduced by this appliance

Constructor Detail

DRTask.Record

public DRTask.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record