All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
FlowMod$G, 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;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return matchV10, or null if it is not present.
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MatchV10Grouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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:
      MatchV10 matchV10, or null if it is not present.