public interface FlowspecIpv4Route
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-ipv4-route {
list flowspec-route {
key "route-key path-id";
uses flowspec-ipv4-route-list;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-ipv4-route| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<FlowspecRoute> |
getFlowspecRoute() |
default @NonNull List<FlowspecRoute> |
nonnullFlowspecRoute() |
@Nullable List<FlowspecRoute> getFlowspecRoute()
java.util.List flowspecRoute, or null if not presentdefault @NonNull List<FlowspecRoute> nonnullFlowspecRoute()
java.util.List flowspecRoute, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.