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