Uses of Class
com.xensource.xenapi.SDNController
-
Uses of SDNController in com.xensource.xenapi
Methods in com.xensource.xenapi that return SDNControllerModifier and TypeMethodDescriptionstatic SDNControllerSDNController.getByUuid(Connection c, String uuid) Get a reference to the SDN_controller instance with the specified UUID.static SDNControllerSDNController.introduce(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.static SDNControllerTypes.toSDNController(Task task, Connection connection) Attempt to convert theTask's result to aSDNControllerobject.static SDNControllerTypes.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.