Uses of Class
com.xensource.xenapi.SDNController
-
Uses of SDNController in com.xensource.xenapi
Methods in com.xensource.xenapi that return SDNControllerModifier and TypeMethodDescriptionstatic SDNController
SDNController.getByUuid
(Connection c, String uuid) Get a reference to the SDN_controller instance with the specified UUID.static SDNController
SDNController.introduce
(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.static SDNController
Types.toSDNController
(Task task, Connection connection) Attempt to convert theTask
's result to aSDNController
object.static SDNController
Types.toSDNController
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type SDNControllerModifier and TypeMethodDescriptionstatic Set<SDNController>
SDNController.getAll
(Connection c) Return a list of all the SDN_controllers known to the system.static Map<SDNController,
SDNController.Record> SDNController.getAllRecords
(Connection c) Return a map of SDN_controller references to SDN_controller records for all SDN_controllers known to the system.static Map<SDNController,
SDNController.Record> Types.toMapOfSDNControllerSDNControllerRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<SDNController>
Types.toSetOfSDNController
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.