public interface ProtocolIpCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ProtocolIpCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case protocol-ip-case {
list protocol-ips {
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-group-ipv4/flowspec/flowspec-type/protocol-ip-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolIps> |
getProtocolIps() |
List<ProtocolIps> getProtocolIps()
java.util.List protocolIps, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.