public interface PacketSwitchCapable extends ChildOf<InterfaceSwitchingCapabilities>, Augmentable<PacketSwitchCapable>
This class represents the following YANG schema fragment defined in module ted
container packet-switch-capable { when "../switching-capability = PSC-1 or ../switching-capability = PSC-2 or ../switching-capability = PSC-3 or ../switching-capability = PSC-4"; leaf minimum-lsp-bandwidth { type decimal64 { fraction-digits 2; } } leaf interface-mtu { type uint16; } }The schema path to identify an instance is ted/srlg-attributes/interface-switching-capabilities/packet-switch-capable
To create instances of this class use PacketSwitchCapableBuilder
.
PacketSwitchCapableBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Integer |
getInterfaceMtu()
Interface MTU
|
@Nullable BigDecimal |
getMinimumLspBandwidth()
Minimum LSP Bandwidth.
|
getImplementedInterface
augmentation
@Nullable BigDecimal getMinimumLspBandwidth()
java.math.BigDecimal
minimumLspBandwidth
, or null
if not present@Nullable Integer getInterfaceMtu()
java.lang.Integer
interfaceMtu
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.