public interface IcmpCodeCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<IcmpCodeCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case icmp-code-case {
list codes {
uses numeric-one-byte-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/icmp-code-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Codes> |
getCodes() |
default @NonNull List<Codes> |
nonnullCodes() |
Copyright © 2019 OpenDaylight. All rights reserved.