public interface InterfaceAdjustmentCapability
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterfaceAdjustmentCapability.LeafIdentifier
Identify the leaf of InterfaceAdjustmentCapability.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(InterfaceAdjustmentCapability.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<MaxLspBandwidth> |
maxLspBandwidth()
Returns the attribute maxLspBandwidth.
|
void |
maxLspBandwidth(List<MaxLspBandwidth> maxLspBandwidth)
Sets the attribute maxLspBandwidth.
|
Class<? extends LspEncodingTypes> |
upperEncoding()
Returns the attribute upperEncoding.
|
void |
upperEncoding(Class<? extends LspEncodingTypes> upperEncoding)
Sets the attribute upperEncoding.
|
Class<? extends SwitchingCapabilities> |
upperSc()
Returns the attribute upperSc.
|
void |
upperSc(Class<? extends SwitchingCapabilities> upperSc)
Sets the attribute upperSc.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends SwitchingCapabilities> upperSc()
Class<? extends LspEncodingTypes> upperEncoding()
BitSet valueLeafFlags()
List<MaxLspBandwidth> maxLspBandwidth()
void upperSc(Class<? extends SwitchingCapabilities> upperSc)
upperSc - value of upperScvoid upperEncoding(Class<? extends LspEncodingTypes> upperEncoding)
upperEncoding - value of upperEncodingvoid maxLspBandwidth(List<MaxLspBandwidth> maxLspBandwidth)
maxLspBandwidth - list of maxLspBandwidthboolean isLeafValueSet(InterfaceAdjustmentCapability.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.