public interface PacketLengths extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<PacketLengths>, NumericTwoByteValue
This class represents the following YANG schema fragment defined in module bgp-flowspec
list packet-lengths {
key leaf op {
type numeric-operand;
}
leaf value {
type uint16;
}
uses numeric-two-byte-value;
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/packet-length-case/packet-lengths
To create instances of this class use PacketLengthsBuilder.
PacketLengthsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetOp, getValueCopyright © 2017 OpenDaylight. All rights reserved.