Uses of Enum Class
com.xensource.xenapi.Types.SdnControllerProtocol
-
Uses of Types.SdnControllerProtocol in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.SdnControllerProtocolModifier and TypeFieldDescriptionSDNController.Record.protocol
Protocol to connect with SDN controllerMethods in com.xensource.xenapi that return Types.SdnControllerProtocolModifier and TypeMethodDescriptionSDNController.getProtocol
(Connection c) Get the protocol field of the given SDN_controller.static Types.SdnControllerProtocol
Types.toSdnControllerProtocol
(Object object) static Types.SdnControllerProtocol
Returns the enum constant of this class with the specified name.static Types.SdnControllerProtocol[]
Types.SdnControllerProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.SdnControllerProtocolModifier and TypeMethodDescriptionstatic SDNController
SDNController.introduce
(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.static Task
SDNController.introduceAsync
(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.