Interface Ipv6Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Match>, 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, Ipv6MatchFields, Layer3Match

    public interface Ipv6Match
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Match>, Ipv6MatchFields, Layer3Match

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

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

      • QNAME

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

      • implementedInterface

        default Class<Ipv6Match> 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 Ipv6MatchFields