Interface Ipv6Prefixes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    DestinationIpv6Case, DestinationIpv6Case

    @Generated("mdsal-binding-generator")
    public interface Ipv6Prefixes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping ipv6-prefixes {
       container destination-ipv6 {
         list ipv6-prefixes {
           uses ipv6-prefix;
           uses bgp-msg:path-id-grouping;
         }
       }
     }
     
    The schema path to identify an instance is bgp-inetipv6-prefixes
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Ipv6Prefixes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDestinationIpv6

        DestinationIpv6 getDestinationIpv6()
        Return destinationIpv6, or null if it is not present.
        Returns:
        DestinationIpv6 destinationIpv6, or null if it is not present.