Uses of Class
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.ospf.node.attributes.TedBuilder
Packages that use TedBuilder
Package
Description
-
Uses of TedBuilder 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 TedBuilderModifier and TypeMethodDescriptionTedBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ted> augmentation) Add an augmentation to this builder's product.TedBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ted>> augmentationType) Remove an augmentation from this builder's product.TedBuilder.setIpv4LocalAddress
(Map<Ipv4LocalAddressKey, Ipv4LocalAddress> values) Set the property corresponding toTedNodeAttributes.getIpv4LocalAddress()
to the specified value.TedBuilder.setIpv6LocalAddress
(Map<Ipv6LocalAddressKey, Ipv6LocalAddress> values) Set the property corresponding toTedNodeAttributes.getIpv6LocalAddress()
to the specified value.TedBuilder.setPccCapabilities
(PccCapabilities value) Set the property corresponding toTedNodeAttributes.getPccCapabilities()
to the specified value.TedBuilder.setTeRouterIdIpv4
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toTedNodeAttributes.getTeRouterIdIpv4()
to the specified value.TedBuilder.setTeRouterIdIpv6
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toTedNodeAttributes.getTeRouterIdIpv6()
to the specified value.