Interface VpnRoute

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<VpnRoute>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnIpRoute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<VpnRouteKey>, L3vpn, LabeledUnicast, PathAttributes, PathIdGrouping, Route, RouteDistinguisherGrouping

    public interface VpnRoute
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnIpRoute>, org.opendaylight.yangtools.yang.binding.Augmentable<VpnRoute>, L3vpn, Route, org.opendaylight.yangtools.yang.binding.Identifiable<VpnRouteKey>

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

     list vpn-route {
       key "route-key path-id";
       uses l3vpn;
       uses bgp-rib:route;
     }
     
    The schema path to identify an instance is bgp-vpn/l3vpn-ip-route/vpn-route

    To create instances of this class use VpnRouteBuilder.

    See Also:
    VpnRouteBuilder, VpnRouteKey