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