Uses of Class
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.ospf.link.attributes.TedBuilder
Package
Description
-
Uses of TedBuilder in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.ospf.link.attributes
Modifier 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.setColor
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTedLinkAttributes.getColor()
to the specified value.TedBuilder.setMaxLinkBandwidth
(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toTedLinkAttributes.getMaxLinkBandwidth()
to the specified value.TedBuilder.setMaxResvLinkBandwidth
(org.opendaylight.yangtools.yang.common.Decimal64 value) Set the property corresponding toTedLinkAttributes.getMaxResvLinkBandwidth()
to the specified value.Set the property corresponding toTedLinkAttributes.getSrlg()
to the specified value.TedBuilder.setTeDefaultMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTedLinkAttributes.getTeDefaultMetric()
to the specified value.TedBuilder.setUnreservedBandwidth
(Map<UnreservedBandwidthKey, UnreservedBandwidth> values) Set the property corresponding toTedLinkAttributes.getUnreservedBandwidth()
to the specified value.