Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.EvpnRoutes
Package
Description
-
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Modifier and TypeMethodDescriptionEvpnRoutes.getEvpnRoutes()
Return evpnRoutes, ornull
if it is not present.@NonNull EvpnRoutes
EvpnRoutes.nonnullEvpnRoutes()
Return evpnRoutes, or an empty instance if it is not present. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.application.rib.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bgp.rib.rib.loc.rib.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bgp.rib.rib.peer.adj.rib.in.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bgp.rib.rib.peer.adj.rib.out.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bgp.rib.rib.peer.effective.rib.in.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bmp.monitor.monitor.router.peer.post.policy.rib.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.bmp.monitor.monitor.router.peer.pre.policy.rib.tables.routes
Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.getEvpnRoutes()
Return current value associated with the property corresponding toEvpnRoutes.getEvpnRoutes()
.Modifier and TypeMethodDescriptionEvpnRoutesCaseBuilder.setEvpnRoutes
(EvpnRoutes value) Set the property corresponding toEvpnRoutes.getEvpnRoutes()
to the specified value. -
Uses of EvpnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<EvpnRoutes>>
E$$EvpnRoutesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull EvpnRoutes
EvpnRoutesBuilder.build()
A newEvpnRoutes
instance.static @NonNull EvpnRoutes
EvpnRoutesBuilder.empty()
Get empty instance of EvpnRoutes.Modifier and TypeMethodDescriptionstatic boolean
EvpnRoutes.bindingEquals
(@NonNull EvpnRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EvpnRoutes.bindingHashCode
(@NonNull EvpnRoutes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EvpnRoutes.bindingToString
(@NonNull EvpnRoutes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionEvpnRoutesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<EvpnRoutes> augmentation) Add an augmentation to this builder's product.EvpnRoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<EvpnRoutes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionEvpnRoutesBuilder
(EvpnRoutes base) Construct a builder initialized with state from specifiedEvpnRoutes
.