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
    Interface for implementing the following YANG RPCs defined in module sal-port
     rpc update-port {
       input input {
         uses port-update;
         uses tr:transaction-aware;
       }
       output output {
         uses tr:transaction-aware;
       }
     }
     
    • Method Detail

      • updatePort

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdatePortOutput>> updatePort​(UpdatePortInput input)
        Invoke update-port RPC.
             
                 Updating port on openflow device.
             
         
        Parameters:
        input - of update-port
        Returns:
        output of update-port