Interface Ipv6Routes

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

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

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

     container ipv6-routes {
       list ipv6-route {
         key "route-key path-id";
         uses ipv6-prefix;
         uses bgp-rib:route {
           augment attributes/bgp-prefix-sid/bgp-prefix-sid-tlvs/bgp-prefix-sid-tlv {
             case ipv6-sid-tlv {
               uses ipv6-bgp-prefix-sid-tlv;
             }
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-inet/ipv6-routes/ipv6-routes

    To create instances of this class use Ipv6RoutesBuilder.

    See Also:
    Ipv6RoutesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<Ipv6Route> getIpv6Route()
        Returns:
        java.util.List ipv6Route, or null if not present
      • nonnullIpv6Route

        default @NonNull List<Ipv6Route> nonnullIpv6Route()
        Returns:
        java.util.List ipv6Route, or an empty list if it is not present