Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.MvpnChoice
Packages that use MvpnChoice
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of MvpnChoice in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Classes in org.opendaylight.protocol.bgp.mvpn.impl.nlri with type parameters of type MvpnChoiceModifier and TypeClassDescriptionclass
AbstractMvpnNlri<T extends MvpnChoice>
Abstract Mvpn Nlri. -
Uses of MvpnChoice in org.opendaylight.protocol.bgp.mvpn.spi.nlri
Classes in org.opendaylight.protocol.bgp.mvpn.spi.nlri with type parameters of type MvpnChoiceModifier and TypeInterfaceDescriptioninterface
MvpnParser<T extends MvpnChoice>
interface
MvpnSerializer<T extends MvpnChoice>
Methods in org.opendaylight.protocol.bgp.mvpn.spi.nlri that return MvpnChoiceMethods in org.opendaylight.protocol.bgp.mvpn.spi.nlri with parameters of type MvpnChoiceModifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
MvpnRegistry.serializeMvpn
(MvpnChoice mvpn) Encode input BGP mvpn to output buffer. -
Uses of MvpnChoice in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri that return MvpnChoiceModifier and TypeMethodDescriptionMethods in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri with parameters of type MvpnChoiceModifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
SimpleMvpnNlriRegistry.serializeMvpn
(MvpnChoice mvpn) -
Uses of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.destination that return MvpnChoiceModifier and TypeMethodDescriptionMvpnDestinationBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.destination with parameters of type MvpnChoiceModifier and TypeMethodDescriptionMvpnDestinationBuilder.setMvpnChoice
(MvpnChoice value) Set the property corresponding toMvpn.getMvpnChoice()
to the specified value. -
Uses of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.destination that return MvpnChoiceModifier and TypeMethodDescriptionMvpnDestinationBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.destination with parameters of type MvpnChoiceModifier and TypeMethodDescriptionMvpnDestinationBuilder.setMvpnChoice
(MvpnChoice value) Set the property corresponding toMvpn.getMvpnChoice()
to the specified value. -
Uses of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120 that return MvpnChoiceModifier and TypeMethodDescriptionMvpn.getMvpnChoice()
Return mvpnChoice, ornull
if it is not present. -
Uses of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
Subinterfaces of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choiceModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpninterface
This class represents the following YANG schema fragment defined in module bgp-mvpn -
Uses of MvpnChoice in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes that return MvpnChoiceModifier and TypeMethodDescriptionMvpnRouteBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with parameters of type MvpnChoiceModifier and TypeMethodDescriptionMvpnRouteBuilder.setMvpnChoice
(MvpnChoice value) Set the property corresponding toMvpn.getMvpnChoice()
to the specified value.