Interface MatchV10Grouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    FlowMod, FlowModCaseData, FlowModInput, FlowRemoved, FlowRemovedMessage, FlowStats, MultipartRequestAggregate, MultipartRequestFlow

    @Generated("mdsal-binding-generator")
    public interface MatchV10Grouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module openflow-extensible-match

     grouping match-v10-grouping {
       container match-v10 {
         leaf wildcards {
           type oft:flow-wildcards-v10;
         }
         leaf nw-src-mask {
           type uint8;
         }
         leaf nw-dst-mask {
           type uint8;
         }
         leaf in-port {
           type uint16;
         }
         leaf dl-src {
           type yang:mac-address;
         }
         leaf dl-dst {
           type yang:mac-address;
         }
         leaf dl-vlan {
           type uint16;
         }
         leaf dl-vlan-pcp {
           type uint8;
         }
         leaf dl-type {
           type uint16;
         }
         leaf nw-tos {
           type uint8;
         }
         leaf nw-proto {
           type uint8;
         }
         leaf nw-src {
           type inet:ipv4-address;
         }
         leaf nw-dst {
           type inet:ipv4-address;
         }
         leaf tp-src {
           type uint16;
         }
         leaf tp-dst {
           type uint16;
         }
       }
     }
     
    The schema path to identify an instance is openflow-extensible-match/match-v10-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends MatchV10Grouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMatchV10

        MatchV10 getMatchV10()
        Return matchV10, or null if it is not present.
             
                 OF v1.0 match structure
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.v10.grouping.MatchV10 matchV10, or null if it is not present.