Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.UnreservedBandwidthBuilder
Package
Description
-
Uses of UnreservedBandwidthBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Modifier and TypeMethodDescriptionUnreservedBandwidthBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth> augmentation) Add an augmentation to this builder's product.UnreservedBandwidthBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth>> augmentationType) Remove an augmentation from this builder's product.UnreservedBandwidthBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toUnreservedBandwidth.getBandwidth()
to the specified value.UnreservedBandwidthBuilder.setPriority
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toUnreservedBandwidth.getPriority()
to the specified value.UnreservedBandwidthBuilder.withKey
(UnreservedBandwidthKey key) Set the key value corresponding toUnreservedBandwidth.key()
to the specified value.