Interface FlowNodeConnector

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CommonPort, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowCapablePort, Queues
    All Known Subinterfaces:
    FlowCapableNodeConnector, FlowCapableNodeConnectorUpdated, FlowCapableNodeConnectorUpdateFields

    @Generated("mdsal-binding-generator")
    public interface FlowNodeConnector
    extends org.opendaylight.yangtools.yang.binding.DataObject, FlowCapablePort
    Wrapper of openflow port. TODO::simplify/rename

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     grouping flow-node-connector {
       leaf reason {
         type port:port-reason;
       }
       uses port:flow-capable-port;
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node-connector
    • Field Detail

      • QNAME

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

      • getReason

        PortReason getReason()
        Return reason, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.PortReason reason, or null if it is not present.