Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastIpv6Routes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase,LabeledUnicastIpv6RoutesCase
@Generated("mdsal-binding-generator")
public interface LabeledUnicastIpv6Routes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-labeled-unicast
grouping labeled-unicast-ipv6-routes {
container labeled-unicast-ipv6-routes {
uses labeled-unicast-routes-list;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn labeledUnicastIpv6Routes, ornullif it is not present.@NonNull LabeledUnicastIpv6RoutesReturn labeledUnicastIpv6Routes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLabeledUnicastIpv6Routes
LabeledUnicastIpv6Routes getLabeledUnicastIpv6Routes()Return labeledUnicastIpv6Routes, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.ipv6.routes.LabeledUnicastIpv6RouteslabeledUnicastIpv6Routes, ornullif it is not present.
-
nonnullLabeledUnicastIpv6Routes
@NonNull LabeledUnicastIpv6Routes nonnullLabeledUnicastIpv6Routes()Return labeledUnicastIpv6Routes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.ipv6.routes.LabeledUnicastIpv6RouteslabeledUnicastIpv6Routes, or an empty instance if it is not present.
-