Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv6LocalAddress
Package
Description
-
Uses of Ipv6LocalAddress in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.isis.node.attributes
Modifier and TypeMethodDescriptionTedBuilder.getIpv6LocalAddress()
Return current value associated with the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
.Modifier and TypeMethodDescriptionTedBuilder.setIpv6LocalAddress
(Map<Ipv6LocalAddressKey, Ipv6LocalAddress> values) Set the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
to the specified value. -
Uses of Ipv6LocalAddress in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021
Modifier and TypeMethodDescription@Nullable Map
<Ipv6LocalAddressKey, Ipv6LocalAddress> TedNodeAttributes.getIpv6LocalAddress()
Return ipv6LocalAddress, ornull
if it is not present.default @NonNull Map
<Ipv6LocalAddressKey, Ipv6LocalAddress> TedNodeAttributes.nonnullIpv6LocalAddress()
Return ipv6LocalAddress, or an empty list if it is not present. -
Uses of Ipv6LocalAddress in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6LocalAddress>>
E$$Ipv6LocalAddressBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv6LocalAddress
Ipv6LocalAddressBuilder.build()
A newIpv6LocalAddress
instance.Modifier and TypeMethodDescriptiondefault Class
<Ipv6LocalAddress> Ipv6LocalAddress.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Ipv6LocalAddress.bindingEquals
(@NonNull Ipv6LocalAddress thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6LocalAddress.bindingHashCode
(@NonNull Ipv6LocalAddress obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6LocalAddress.bindingToString
(@NonNull Ipv6LocalAddress obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv6LocalAddressBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6LocalAddress> augmentation) Add an augmentation to this builder's product.Ipv6LocalAddressBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6LocalAddress>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6LocalAddress
. -
Uses of Ipv6LocalAddress in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes
Modifier and TypeMethodDescriptionTedBuilder.getIpv6LocalAddress()
Return current value associated with the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
.Modifier and TypeMethodDescriptionTedBuilder.setIpv6LocalAddress
(Map<Ipv6LocalAddressKey, Ipv6LocalAddress> values) Set the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
to the specified value.