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.protocolProtocol 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.SdnControllerProtocolTypes.toSdnControllerProtocol(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.SdnControllerProtocolReturns 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 SDNControllerSDNController.introduce(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.static TaskSDNController.introduceAsync(Connection c, Types.SdnControllerProtocol protocol, String address, Long port) Introduce an SDN controller to the pool.