public interface PacketLengthCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PacketLengthCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case packet-length-case {
list packet-lengths {
uses numeric-two-byte-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/packet-length-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<PacketLengths> |
getPacketLengths() |
default @NonNull List<PacketLengths> |
nonnullPacketLengths() |
@Nullable List<PacketLengths> getPacketLengths()
java.util.List packetLengths, or null if not presentdefault @NonNull List<PacketLengths> nonnullPacketLengths()
java.util.List packetLengths, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.