public interface ProtocolIps extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<ProtocolIps>, NumericOneByteValue
This class represents the following YANG schema fragment defined in module bgp-flowspec
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/protocol-ips
To create instances of this class use ProtocolIpsBuilder.
ProtocolIpsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetOp, getValueCopyright © 2017 OpenDaylight. All rights reserved.