Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route.VpnRoute
Packages that use VpnRoute
Package
Description
-
Uses of VpnRoute 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 VpnRouteModifier 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 VpnRouteModifier and TypeMethodDescriptionVpnIpv4RoutesBuilder.setVpnRoute
(Map<VpnRouteKey, VpnRoute> values) Set the property corresponding toL3vpnIpRoute.getVpnRoute()
to the specified value. -
Uses of VpnRoute 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 VpnRouteModifier 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 VpnRouteModifier and TypeMethodDescriptionVpnIpv6RoutesBuilder.setVpnRoute
(Map<VpnRouteKey, VpnRoute> values) Set the property corresponding toL3vpnIpRoute.getVpnRoute()
to the specified value. -
Uses of VpnRoute 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 VpnRouteModifier 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 VpnRoute 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 with type parameters of type VpnRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<VpnRoute>>
E$$VpnRouteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route that return VpnRouteModifier and TypeMethodDescription@NonNull VpnRoute
VpnRouteBuilder.build()
A newVpnRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route that return types with arguments of type VpnRouteMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with parameters of type VpnRouteModifier and TypeMethodDescriptionstatic boolean
VpnRoute.bindingEquals
(@NonNull VpnRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
VpnRoute.bindingHashCode
(@NonNull VpnRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
VpnRoute.bindingToString
(@NonNull VpnRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with type arguments of type VpnRouteModifier and TypeMethodDescriptionVpnRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<VpnRoute> augmentation) Add an augmentation to this builder's product.VpnRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<VpnRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with parameters of type VpnRouteModifierConstructorDescriptionVpnRouteBuilder
(VpnRoute base) Construct a builder initialized with state from specifiedVpnRoute
.