public interface IcmpTypeCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<IcmpTypeCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case icmp-type-case {
list types {
key leaf op {
type numeric-operand;
}
leaf value {
type uint8;
}
uses numeric-one-byte-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/icmp-type-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Types> |
getTypes() |
Copyright © 2017 OpenDaylight. All rights reserved.