public interface TcpFlagsCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TcpFlagsCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case tcp-flags-case {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<TcpFlags> |
getTcpFlags() |
Copyright © 2017 OpenDaylight. All rights reserved.