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, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, Queues
    All Known Subinterfaces:
    PortRemoved

    @Generated("mdsal-binding-generator")
    public interface NodePort
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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-port/node-port
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME