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