Interface DestinationIpv6

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

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

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

     container destination-ipv6 {
       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

    To create instances of this class use DestinationIpv6Builder.

    See Also:
    DestinationIpv6Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<Ipv6Prefixes> getIpv6Prefixes()
        Returns:
        java.util.List ipv6Prefixes, or null if not present
      • nonnullIpv6Prefixes

        default @NonNull List<Ipv6Prefixes> nonnullIpv6Prefixes()
        Returns:
        java.util.List ipv6Prefixes, or an empty list if it is not present