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) static SDNController
Types.toSDNController
(Object object) 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) static Set<SDNController>
Types.toSetOfSDNController
(Object object)