Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l3vpn.ipv6.unicast.group.L3vpnIpv6Unicast
Package
Description
-
Uses of L3vpnIpv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009
Modifier and TypeMethodDescriptionL3vpnIpv6UnicastGroup.getL3vpnIpv6Unicast()
Return l3vpnIpv6Unicast, ornull
if it is not present.@NonNull L3vpnIpv6Unicast
L3vpnIpv6UnicastGroup.nonnullL3vpnIpv6Unicast()
Return l3vpnIpv6Unicast, or an empty instance if it is not present. -
Uses of L3vpnIpv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Modifier and TypeMethodDescriptionAfiSafiBuilder.getL3vpnIpv6Unicast()
Return current value associated with the property corresponding toL3vpnIpv6UnicastGroup.getL3vpnIpv6Unicast()
.Modifier and TypeMethodDescriptionAfiSafiBuilder.setL3vpnIpv6Unicast
(L3vpnIpv6Unicast value) Set the property corresponding toL3vpnIpv6UnicastGroup.getL3vpnIpv6Unicast()
to the specified value. -
Uses of L3vpnIpv6Unicast in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.l3vpn.ipv6.unicast.group
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Unicast>>
E$$L3vpnIpv6UnicastBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull L3vpnIpv6Unicast
L3vpnIpv6UnicastBuilder.build()
A newL3vpnIpv6Unicast
instance.static @NonNull L3vpnIpv6Unicast
L3vpnIpv6UnicastBuilder.empty()
Get empty instance of L3vpnIpv6Unicast.Modifier and TypeMethodDescriptiondefault Class
<L3vpnIpv6Unicast> L3vpnIpv6Unicast.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
L3vpnIpv6Unicast.bindingEquals
(@NonNull L3vpnIpv6Unicast thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
L3vpnIpv6Unicast.bindingHashCode
(@NonNull L3vpnIpv6Unicast obj) Default implementation ofObject.hashCode()
contract for this interface.static String
L3vpnIpv6Unicast.bindingToString
(@NonNull L3vpnIpv6Unicast obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionL3vpnIpv6UnicastBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Unicast> augmentation) Add an augmentation to this builder's product.L3vpnIpv6UnicastBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<L3vpnIpv6Unicast>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedL3vpnIpv6Unicast
.