Interface Icmpv6Match

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Icmpv6Match>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Match>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Icmpv6MatchFields

    public interface Icmpv6Match
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Match>, org.opendaylight.yangtools.yang.binding.Augmentable<Icmpv6Match>, Icmpv6MatchFields

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

     container icmpv6-match {
       uses icmpv6-match-fields;
     }
     
    The schema path to identify an instance is opendaylight-match-types/match/icmpv6-match

    To create instances of this class use Icmpv6MatchBuilder.

    See Also:
    Icmpv6MatchBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Icmpv6Match> 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 Icmpv6MatchFields