public interface MaxLspBandwidth extends ChildOf<InterfaceSwitchingCapabilities>, Augmentable<MaxLspBandwidth>, Identifiable<MaxLspBandwidthKey>
This class represents the following YANG schema fragment defined in module ted
list max-lsp-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/srlg-attributes/interface-switching-capabilities/max-lsp-bandwidth
To create instances of this class use MaxLspBandwidthBuilder
.
MaxLspBandwidthBuilder
,
MaxLspBandwidthKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable BigDecimal |
getBandwidth()
Max LSP Bandwidth for this level
|
@Nullable Short |
getPriority() |
MaxLspBandwidthKey |
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 presentMaxLspBandwidthKey key()
Identifiable
key
in interface Identifiable<MaxLspBandwidthKey>
Copyright © 2019 OpenDaylight. All rights reserved.