Interface Ipv6Routes

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

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

    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;
               }
             }
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends Ipv6Routes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • 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.