Interface Ipv6Prefixes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Prefixes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DestinationIpv6>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Ipv6Prefix, PathIdGrouping

    public interface Ipv6Prefixes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DestinationIpv6>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Prefixes>, Ipv6Prefix, PathIdGrouping

    This class represents the following YANG schema fragment defined in module bgp-inet

     list ipv6-prefixes {
       uses ipv6-prefix;
       uses bgp-msg:path-id-grouping;
     }
     
    The schema path to identify an instance is bgp-inet/ipv6-prefixes/destination-ipv6/ipv6-prefixes

    To create instances of this class use Ipv6PrefixesBuilder.

    See Also:
    Ipv6PrefixesBuilder
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default Class<Ipv6Prefixes> 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 Ipv6Prefix
        Specified by:
        implementedInterface in interface PathIdGrouping