public interface UnreservedBandwidth extends ChildOf<TedLinkAttributes>, Augmentable<UnreservedBandwidth>, Identifiable<UnreservedBandwidthKey>
This class represents the following YANG schema fragment defined in module ted
list unreserved-bandwidth { max-elements 8; key priority; leaf priority { type uint8 { range 0..7; } } leaf bandwidth { type decimal64 { fraction-digits 2; } } }The schema path to identify an instance is ted/ted-link-attributes/unreserved-bandwidth
To create instances of this class use UnreservedBandwidthBuilder
.
UnreservedBandwidthBuilder
,
UnreservedBandwidthKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable BigDecimal |
getBandwidth()
Unreserved bandwidth for this level
|
@Nullable Short |
getPriority() |
UnreservedBandwidthKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Short getPriority()
java.lang.Short
priority
, or null
if not present@Nullable BigDecimal getBandwidth()
java.math.BigDecimal
bandwidth
, or null
if not presentUnreservedBandwidthKey key()
Identifiable
key
in interface Identifiable<UnreservedBandwidthKey>
Copyright © 2019 OpenDaylight. All rights reserved.