Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route.VpnRouteKey
Packages that use VpnRouteKey
Package
Description
-
Uses of VpnRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv4.rev180329.l3vpn.ipv4.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv4.rev180329.l3vpn.ipv4.routes that return types with arguments of type VpnRouteKeyModifier and TypeMethodDescriptionVpnIpv4RoutesBuilder.getVpnRoute()
Return current value associated with the property corresponding toL3vpnIpRoute.getVpnRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv4.rev180329.l3vpn.ipv4.routes with type arguments of type VpnRouteKeyModifier and TypeMethodDescriptionVpnIpv4RoutesBuilder.setVpnRoute
(Map<VpnRouteKey, VpnRoute> values) Set the property corresponding toL3vpnIpRoute.getVpnRoute()
to the specified value. -
Uses of VpnRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv6.rev180329.l3vpn.ipv6.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv6.rev180329.l3vpn.ipv6.routes that return types with arguments of type VpnRouteKeyModifier and TypeMethodDescriptionVpnIpv6RoutesBuilder.getVpnRoute()
Return current value associated with the property corresponding toL3vpnIpRoute.getVpnRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv6.rev180329.l3vpn.ipv6.routes with type arguments of type VpnRouteKeyModifier and TypeMethodDescriptionVpnIpv6RoutesBuilder.setVpnRoute
(Map<VpnRouteKey, VpnRoute> values) Set the property corresponding toL3vpnIpRoute.getVpnRoute()
to the specified value. -
Uses of VpnRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329 that return types with arguments of type VpnRouteKeyModifier and TypeMethodDescription@Nullable Map<VpnRouteKey,
VpnRoute> L3vpnIpRoute.getVpnRoute()
Return vpnRoute, ornull
if it is not present.default @NonNull Map<VpnRouteKey,
VpnRoute> L3vpnIpRoute.nonnullVpnRoute()
Return vpnRoute, or an empty list if it is not present. -
Uses of VpnRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route that return VpnRouteKeyModifier and TypeMethodDescriptionVpnRoute.key()
VpnRouteBuilder.key()
Return current value associated with the property corresponding toVpnRoute.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with parameters of type VpnRouteKeyModifier and TypeMethodDescriptionVpnRouteBuilder.withKey
(VpnRouteKey key) Set the key value corresponding toVpnRoute.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with parameters of type VpnRouteKey