Interface NodeFlowRemoved

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowModRemoved, GenericFlowAttributes
    All Known Subinterfaces:
    SwitchFlowRemoved

    @Generated("mdsal-binding-generator")
    public interface NodeFlowRemoved
    extends org.opendaylight.yangtools.yang.binding.DataObject, FlowModRemoved
    Flow removed message structure.

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

     grouping node-flow-removed {
       leaf node {
         ext:context-reference inv:node-context;
         type inv:node-ref;
       }
       leaf flow-table {
         type flow-table-ref;
       }
       uses types:flow-mod-removed;
     }
     
    The schema path to identify an instance is sal-flow/node-flow-removed
    • Field Detail

      • QNAME

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

      • getNode

        @RoutingContext(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContext.class)
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef getNode()
        Return node, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef node, or null if it is not present.
      • getFlowTable

        FlowTableRef getFlowTable()
        Return flowTable, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowTableRef flowTable, or null if it is not present.