All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface SalPortData extends org.opendaylight.yangtools.yang.binding.DataRoot
Openflow port management.

This class represents the following YANG schema fragment defined in module sal-port

 module sal-port {
   namespace urn:opendaylight:port:service;
   prefix port;
   import opendaylight-inventory {
     prefix inv;
     revision-date 2013-08-19;
   }
   import opendaylight-port-types {
     prefix port-type;
     revision-date 2013-09-25;
   }
   import flow-capable-transaction {
     prefix tr;
     revision-date 2015-03-04;
   }
   revision 2013-11-07 {
   }
   grouping port-update {
     uses inv:node-context-ref;
     container original-port {
       uses port-type:port-mod;
     }
     container updated-port {
       uses port-type:port-mod;
     }
   }
   rpc update-port {
     input input {
       uses port-update;
       uses tr:transaction-aware;
     }
     output output {
       uses tr:transaction-aware;
     }
   }
 }