Interface MvpnRoutesIpv6

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

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

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

     container mvpn-routes-ipv6 {
       uses mvpn:mvpn-routes;
     }
     
    The schema path to identify an instance is bgp-mvpn-ipv6/mvpn-routes-ipv6/mvpn-routes-ipv6

    To create instances of this class use MvpnRoutesIpv6Builder.

    See Also:
    MvpnRoutesIpv6Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

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