public interface MaxLspBandwidth
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MaxLspBandwidth.LeafIdentifier
Identify the leaf of MaxLspBandwidth.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bandwidth()
Returns the attribute bandwidth.
|
void |
bandwidth(BigDecimal bandwidth)
Sets the attribute bandwidth.
|
boolean |
isLeafValueSet(MaxLspBandwidth.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
priority()
Returns the attribute priority.
|
void |
priority(short priority)
Sets the attribute priority.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short priority()
BigDecimal bandwidth()
BitSet valueLeafFlags()
void priority(short priority)
priority - value of priorityvoid bandwidth(BigDecimal bandwidth)
bandwidth - value of bandwidthboolean isLeafValueSet(MaxLspBandwidth.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.