Interface Ipv4Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4Match>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Match>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Ipv4MatchFields, Layer3Match

    public interface Ipv4Match
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4Match>, Ipv4MatchFields, Layer3Match

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

     case ipv4-match {
       uses ipv4-match-fields;
     }
     
    The schema path to identify an instance is opendaylight-match-types/match/layer-3-match/ipv4-match
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Ipv4Match> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Ipv4MatchFields