Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group.L2vpnEvpn
Packages that use L2vpnEvpn
Package
Description
-
Uses of L2vpnEvpn in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009 that return L2vpnEvpnModifier and TypeMethodDescriptionL2vpnEvpnGroup.getL2vpnEvpn()
Return l2vpnEvpn, ornull
if it is not present.@NonNull L2vpnEvpn
L2vpnEvpnGroup.nonnullL2vpnEvpn()
Return l2vpnEvpn, or an empty instance if it is not present. -
Uses of L2vpnEvpn in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return L2vpnEvpnModifier and TypeMethodDescriptionAfiSafiBuilder.getL2vpnEvpn()
Return current value associated with the property corresponding toL2vpnEvpnGroup.getL2vpnEvpn()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type L2vpnEvpnModifier and TypeMethodDescriptionAfiSafiBuilder.setL2vpnEvpn
(L2vpnEvpn value) Set the property corresponding toL2vpnEvpnGroup.getL2vpnEvpn()
to the specified value. -
Uses of L2vpnEvpn in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group with type parameters of type L2vpnEvpnModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<L2vpnEvpn>>
E$$L2vpnEvpnBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group that return L2vpnEvpnModifier and TypeMethodDescription@NonNull L2vpnEvpn
L2vpnEvpnBuilder.build()
A newL2vpnEvpn
instance.static @NonNull L2vpnEvpn
L2vpnEvpnBuilder.empty()
Get empty instance of L2vpnEvpn.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group that return types with arguments of type L2vpnEvpnMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group with parameters of type L2vpnEvpnModifier and TypeMethodDescriptionstatic boolean
L2vpnEvpn.bindingEquals
(@NonNull L2vpnEvpn thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
L2vpnEvpn.bindingHashCode
(@NonNull L2vpnEvpn obj) Default implementation ofObject.hashCode()
contract for this interface.static String
L2vpnEvpn.bindingToString
(@NonNull L2vpnEvpn obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group with type arguments of type L2vpnEvpnModifier and TypeMethodDescriptionL2vpnEvpnBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<L2vpnEvpn> augmentation) Add an augmentation to this builder's product.L2vpnEvpnBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<L2vpnEvpn>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l2vpn.evpn.group with parameters of type L2vpnEvpnModifierConstructorDescriptionL2vpnEvpnBuilder
(L2vpnEvpn base) Construct a builder initialized with state from specifiedL2vpnEvpn
.