public interface TimeDivisionMultiplexCapable extends ChildOf<InterfaceSwitchingCapabilities>, Augmentable<TimeDivisionMultiplexCapable>
This class represents the following YANG schema fragment defined in module ted
container time-division-multiplex-capable { when "../switching-capability = TDM"; leaf minimum-lsp-bandwidth { type decimal64 { fraction-digits 2; } } leaf indication { type uint16; } }The schema path to identify an instance is ted/srlg-attributes/interface-switching-capabilities/time-division-multiplex-capable
To create instances of this class use TimeDivisionMultiplexCapableBuilder
.
TimeDivisionMultiplexCapableBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Integer |
getIndication()
Indication whether the interface supports Standard or Arbitrary SONET/SDH
|
@Nullable BigDecimal |
getMinimumLspBandwidth()
Minimum LSP Bandwidth.
|
getImplementedInterface
augmentation
@Nullable BigDecimal getMinimumLspBandwidth()
java.math.BigDecimal
minimumLspBandwidth
, or null
if not present@Nullable Integer getIndication()
java.lang.Integer
indication
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.