Interface NodePort

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CommonPort, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowCapablePort, FlowPortStatus, NodeContextRef, Queues
    All Known Subinterfaces:
    PortRemoved

    @Generated("mdsal-binding-generator")
    public interface NodePort
    extends org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef, FlowPortStatus
    Openflow port configuration structure suitable for rpc (contains node-context-ref).

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

     grouping node-port {
       uses inv:node-context-ref;
       uses port-type:flow-port-status;
     }
     
    The schema path to identify an instance is sal-portnode-port