Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.RouteDistinguisher
Packages that use RouteDistinguisher
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.destination
-
Uses of RouteDistinguisher in org.opendaylight.bgp.concepts
Methods in org.opendaylight.bgp.concepts that return RouteDistinguisherModifier and TypeMethodDescriptionstatic @Nullable RouteDistinguisherRouteDistinguisherUtil.extractRouteDistinguisher(org.opendaylight.yangtools.yang.data.api.schema.DataContainerNode route, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier rdNid) static @NonNull RouteDistinguisherRouteDistinguisherUtil.parseRouteDistinguisher(io.netty.buffer.ByteBuf buffer) Parses three types of route distinguisher from given ByteBuf.static @NonNull RouteDistinguisherRouteDistinguisherUtil.parseRouteDistinguisher(String defaultValue) Methods in org.opendaylight.bgp.concepts with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionstatic voidRouteDistinguisherUtil.serializeRouteDistinquisher(RouteDistinguisher distinguisher, io.netty.buffer.ByteBuf byteAggregator) Serializes route distinguisher according to type and writes into ByteBuf. -
Uses of RouteDistinguisher in org.opendaylight.protocol.bgp.flowspec.l3vpn
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionprotected abstract @NonNull DestinationTypeAbstractFlowspecL3vpnNlriParser.createAdvertizedRoutesDestinationType(RouteDistinguisher rd, @Nullable List<Flowspec> flowspecList, @Nullable PathId pathId) Create advertized destination type.protected abstract @NonNull DestinationTypeAbstractFlowspecL3vpnNlriParser.createWithdrawnDestinationType(RouteDistinguisher rd, @Nullable List<Flowspec> flowspecList, @Nullable PathId pathId) Create withdrawn destination type.final voidAbstractFlowspecL3vpnNlriParser.serializeNlri(@NonNull RouteDistinguisher rd, List<Flowspec> flowspecList, @Nullable PathId pathId, @NonNull io.netty.buffer.ByteBuf buffer) -
Uses of RouteDistinguisher in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4 with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionprotected DestinationTypeFlowspecL3vpnIpv4NlriParser.createAdvertizedRoutesDestinationType(RouteDistinguisher rd, List<Flowspec> flowspecList, PathId pathId) protected DestinationTypeFlowspecL3vpnIpv4NlriParser.createWithdrawnDestinationType(RouteDistinguisher rd, List<Flowspec> flowspecList, PathId pathId) -
Uses of RouteDistinguisher in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6
Methods in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6 with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionprotected DestinationTypeFlowspecL3vpnIpv6NlriParser.createAdvertizedRoutesDestinationType(RouteDistinguisher rd, List<Flowspec> flowspecList, PathId pathId) protected DestinationTypeFlowspecL3vpnIpv6NlriParser.createWithdrawnDestinationType(RouteDistinguisher rd, List<Flowspec> flowspecList, PathId pathId) -
Uses of RouteDistinguisher in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return RouteDistinguisherModifier and TypeMethodDescriptionprotected final @Nullable RouteDistinguisherAbstractRIBSupport.extractRouteDistinguisher(org.opendaylight.yangtools.yang.data.api.schema.DataContainerNode route) -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.destination that return RouteDistinguisherModifier and TypeMethodDescriptionEvpnDestinationBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.destination with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionEvpnDestinationBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.evpn.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.evpn.routes that return RouteDistinguisherModifier and TypeMethodDescriptionEvpnRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.evpn.routes with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionEvpnRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv4
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv4 that return RouteDistinguisherModifier and TypeMethodDescriptionDestinationFlowspecL3vpnIpv4Builder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv4 with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionDestinationFlowspecL3vpnIpv4Builder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv6
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv6 that return RouteDistinguisherModifier and TypeMethodDescriptionDestinationFlowspecL3vpnIpv6Builder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.destination.ipv6 with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionDestinationFlowspecL3vpnIpv6Builder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv4.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv4.route that return RouteDistinguisherModifier and TypeMethodDescriptionFlowspecL3vpnRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv4.route with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionFlowspecL3vpnRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route that return RouteDistinguisherModifier and TypeMethodDescriptionFlowspecL3vpnRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionFlowspecL3vpnRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination that return RouteDistinguisherModifier and TypeMethodDescriptionL3vpnMcastDestinationBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionL3vpnMcastDestinationBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes that return RouteDistinguisherModifier and TypeMethodDescriptionL3vpnMcastRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionL3vpnMcastRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.destination that return RouteDistinguisherModifier and TypeMethodDescriptionCLinkstateDestinationBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.destination with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionCLinkstateDestinationBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.routes.linkstate.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.routes.linkstate.routes that return RouteDistinguisherModifier and TypeMethodDescriptionLinkstateRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev241219.linkstate.routes.linkstate.routes with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionLinkstateRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping that return RouteDistinguisherModifier and TypeMethodDescriptionCMulticastBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.c.multicast.grouping with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionCMulticastBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.inter.as.i.pmsi.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.inter.as.i.pmsi.a.d.grouping that return RouteDistinguisherModifier and TypeMethodDescriptionInterAsIPmsiADBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.inter.as.i.pmsi.a.d.grouping with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionInterAsIPmsiADBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.intra.as.i.pmsi.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.intra.as.i.pmsi.a.d.grouping that return RouteDistinguisherModifier and TypeMethodDescriptionIntraAsIPmsiADBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.intra.as.i.pmsi.a.d.grouping with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionIntraAsIPmsiADBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.s.pmsi.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.s.pmsi.a.d.grouping that return RouteDistinguisherModifier and TypeMethodDescriptionSPmsiADBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.s.pmsi.a.d.grouping with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionSPmsiADBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping that return RouteDistinguisherModifier and TypeMethodDescriptionSourceActiveADBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.source.active.a.d.grouping with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionSourceActiveADBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 that return RouteDistinguisherModifier and TypeMethodDescriptionRouteDistinguisherGrouping.getRouteDistinguisher()Return routeDistinguisher, ornullif it is not present.default @NonNull RouteDistinguisherRouteDistinguisherGrouping.requireRouteDistinguisher()Return routeDistinguisher, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120 with parameters of type RouteDistinguisherModifierConstructorDescriptionRouteDistinguisher(RouteDistinguisher source) Creates a copy from Source Object. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type that return RouteDistinguisherModifier and TypeMethodDescriptionVpnDestinationBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionVpnDestinationBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher 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 RouteDistinguisherModifier and TypeMethodDescriptionVpnRouteBuilder.getRouteDistinguisher()Return current value associated with the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with parameters of type RouteDistinguisherModifier and TypeMethodDescriptionVpnRouteBuilder.setRouteDistinguisher(RouteDistinguisher value) Set the property corresponding toRouteDistinguisherGrouping.getRouteDistinguisher()to the specified value. -
Uses of RouteDistinguisher in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 that return RouteDistinguisherConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 with parameters of type RouteDistinguisher