Interface Layer4Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<Match>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    SctpMatch, TcpMatch, UdpMatch

    @Generated("mdsal-binding-generator")
    public interface Layer4Match
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<Match>

    This class represents the following YANG schema fragment defined in module opendaylight-match-types

     choice layer-4-match {
       case udp-match {
         uses udp-match-fields;
       }
       case tcp-match {
         uses tcp-match-fields;
       }
       case sctp-match {
         uses sctp-match-fields;
       }
     }
     
    The schema path to identify an instance is opendaylight-match-types/match/layer-4-match
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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