All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
Ipv6RoutesCase, Ipv6RoutesCase, Ipv6RoutesCase, Ipv6RoutesCase, Ipv6RoutesCase, Ipv6RoutesCase, Ipv6RoutesCase

@Generated("mdsal-binding-generator") public interface Ipv6Routes extends org.opendaylight.yangtools.binding.Grouping

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

 grouping ipv6-routes {
   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;
           }
         }
       }
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return ipv6Routes, or null if it is not present.
    @NonNull Ipv6Routes
    Return ipv6Routes, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getIpv6Routes

      Ipv6Routes getIpv6Routes()
      Return ipv6Routes, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.routes.Ipv6Routes ipv6Routes, or null if it is not present.
    • nonnullIpv6Routes

      @NonNull Ipv6Routes nonnullIpv6Routes()
      Return ipv6Routes, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.routes.Ipv6Routes ipv6Routes, or an empty instance if it is not present.