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 {
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 |
|---|---|
@Nullable List<TcpFlags> |
getTcpFlags() |
default @NonNull List<TcpFlags> |
nonnullTcpFlags() |
Copyright © 2019 OpenDaylight. All rights reserved.