Uses of Class
com.xensource.xenapi.DRTask
-
Uses of DRTask in com.xensource.xenapi
Fields in com.xensource.xenapi declared as DRTaskModifier and TypeFieldDescriptionSR.Record.introducedBy
The disaster recovery task which introduced this SR First published in XenServer 6.0.Methods in com.xensource.xenapi that return DRTaskModifier and TypeMethodDescriptionstatic DRTask
Create a disaster recovery task which will query the supplied list of devices Minimum allowed role: pool-operator First published in XenServer 6.0.static DRTask
DRTask.getByUuid
(Connection c, String uuid) Get a reference to the DR_task instance with the specified UUID.SR.getIntroducedBy
(Connection c) Get the introduced_by field of the given SR.static DRTask
Types.toDRTask
(Task task, Connection connection) static DRTask
Methods in com.xensource.xenapi that return types with arguments of type DRTaskModifier and TypeMethodDescriptionDRTask.getAll
(Connection c) Return a list of all the DR_tasks known to the system.static Map<DRTask,
DRTask.Record> DRTask.getAllRecords
(Connection c) Return a map of DR_task references to DR_task records for all DR_tasks known to the system.static Map<DRTask,
DRTask.Record> Types.toMapOfDRTaskDRTaskRecord
(Object object) Types.toSetOfDRTask
(Object object)