Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route.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
Modifier and TypeMethodDescriptionVpnIpv4RoutesBuilder.getVpnRoute()
Return current value associated with the property corresponding toL3vpnIpRoute.getVpnRoute()
.Modifier 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
Modifier and TypeMethodDescriptionVpnIpv6RoutesBuilder.getVpnRoute()
Return current value associated with the property corresponding toL3vpnIpRoute.getVpnRoute()
.Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull VpnRoute
VpnRouteBuilder.build()
A newVpnRoute
instance.Modifier 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.Modifier 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.ModifierConstructorDescriptionVpnRouteBuilder
(VpnRoute base) Construct a builder initialized with state from specifiedVpnRoute
.