Interface MvpnRoutesIpv4

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

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

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

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

    To create instances of this class use MvpnRoutesIpv4Builder.

    See Also:
    MvpnRoutesIpv4Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MvpnRoutesIpv4> 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