Interface SalPortService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
SalPortServiceImpl
@Generated("mdsal-binding-generator")
public interface SalPortService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdatePortOutput>>
updatePort
(UpdatePortInput input) Invokeupdate-port
RPC.
-
Method Details
-
updatePort
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdatePortOutput>> updatePort(UpdatePortInput input) Invokeupdate-port
RPC.Updating port on openflow device.
- Parameters:
input
- ofupdate-port
- Returns:
- output of
update-port
-