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 {
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 |
|---|---|
@Nullable List<ProtocolIps> |
getProtocolIps() |
default @NonNull List<ProtocolIps> |
nonnullProtocolIps() |
@Nullable List<ProtocolIps> getProtocolIps()
java.util.List protocolIps, or null if not presentdefault @NonNull List<ProtocolIps> nonnullProtocolIps()
java.util.List protocolIps, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.