Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.UnreservedBandwidthKey
Packages that use UnreservedBandwidthKey
Package
Description
-
Uses of UnreservedBandwidthKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return types with arguments of type UnreservedBandwidthKeyModifier and TypeMethodDescription@Nullable Map<UnreservedBandwidthKey,
UnreservedBandwidth> LinkstateAttribute.getUnreservedBandwidth()
Return unreservedBandwidth, ornull
if it is not present.default @NonNull Map<UnreservedBandwidthKey,
UnreservedBandwidth> LinkstateAttribute.nonnullUnreservedBandwidth()
Return unreservedBandwidth, or an empty list if it is not present. -
Uses of UnreservedBandwidthKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute that return UnreservedBandwidthKeyModifier and TypeMethodDescriptionUnreservedBandwidth.key()
UnreservedBandwidthBuilder.key()
Return current value associated with the property corresponding toUnreservedBandwidth.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type UnreservedBandwidthKeyModifier and TypeMethodDescriptionUnreservedBandwidthBuilder.withKey
(UnreservedBandwidthKey key) Set the key value corresponding toUnreservedBandwidth.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type UnreservedBandwidthKeyModifierConstructorDescriptionCreates a copy from Source Object. -
Uses of UnreservedBandwidthKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return types with arguments of type UnreservedBandwidthKeyModifier and TypeMethodDescriptionLinkAttributesBuilder.getUnreservedBandwidth()
Return current value associated with the property corresponding toLinkstateAttribute.getUnreservedBandwidth()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with type arguments of type UnreservedBandwidthKeyModifier and TypeMethodDescriptionLinkAttributesBuilder.setUnreservedBandwidth
(Map<UnreservedBandwidthKey, UnreservedBandwidth> values) Set the property corresponding toLinkstateAttribute.getUnreservedBandwidth()
to the specified value.