Uses of Interface
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv6LocalAddress
Packages that use 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
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.isis.node.attributes that return types with arguments of type Ipv6LocalAddressModifier and TypeMethodDescriptionTedBuilder.getIpv6LocalAddress()
Return current value associated with the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.isis.node.attributes with type arguments of type Ipv6LocalAddressModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021 that return types with arguments of type Ipv6LocalAddressModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes with type parameters of type Ipv6LocalAddressModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes that return Ipv6LocalAddressModifier and TypeMethodDescription@NonNull Ipv6LocalAddress
Ipv6LocalAddressBuilder.build()
A newIpv6LocalAddress
instance.Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes that return types with arguments of type Ipv6LocalAddressModifier and TypeMethodDescriptiondefault Class
<Ipv6LocalAddress> Ipv6LocalAddress.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes with parameters of type Ipv6LocalAddressModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes with type arguments of type Ipv6LocalAddressModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes with parameters of type Ipv6LocalAddressModifierConstructorDescriptionConstruct 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
Methods in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes that return types with arguments of type Ipv6LocalAddressModifier and TypeMethodDescriptionTedBuilder.getIpv6LocalAddress()
Return current value associated with the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
.Method parameters in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes with type arguments of type Ipv6LocalAddressModifier and TypeMethodDescriptionTedBuilder.setIpv6LocalAddress
(Map<Ipv6LocalAddressKey, Ipv6LocalAddress> values) Set the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
to the specified value.