Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.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
Modifier and TypeClassDescriptionclass
AbstractMvpnNlri<T extends MvpnChoice>
Abstract Mvpn Nlri. -
Uses of MvpnChoice in org.opendaylight.protocol.bgp.mvpn.spi.nlri
Modifier and TypeInterfaceDescriptioninterface
MvpnParser<T extends MvpnChoice>
interface
MvpnSerializer<T extends MvpnChoice>
Modifier 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
Modifier and TypeMethodDescriptionModifier 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
Modifier and TypeMethodDescriptionMvpnDestinationBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Modifier 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
Modifier and TypeMethodDescriptionMvpnDestinationBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionMvpnRouteBuilder.getMvpnChoice()
Return current value associated with the property corresponding toMvpn.getMvpnChoice()
.Modifier and TypeMethodDescriptionMvpnRouteBuilder.setMvpnChoice
(MvpnChoice value) Set the property corresponding toMvpn.getMvpnChoice()
to the specified value.