Interface RouteDistinguisherGrouping
- 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:
CLinkstateDestination,CMulticast,DestinationFlowspecL3vpnIpv4,DestinationFlowspecL3vpnIpv6,Evpn,EvpnDestination,EvpnRoute,FlowspecL3vpnRoute,FlowspecL3vpnRoute,InterAsIPmsiAD,IntraAsIPmsiAD,L3vpn,L3vpnMcastDestination,L3vpnMcastRoute,L3vpnMcastRoute,Linkstate,LinkstateRoute,MulticastSourceRdGrouping,SourceActiveAD,SPmsiAD,VpnDestination,VpnRoute
@Generated("mdsal-binding-generator")
public interface RouteDistinguisherGrouping
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-types
grouping route-distinguisher-grouping {
leaf route-distinguisher {
type route-distinguisher;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn routeDistinguisher, ornullif it is not present.default @NonNull RouteDistinguisherReturn routeDistinguisher, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRouteDistinguisher
RouteDistinguisher getRouteDistinguisher()Return routeDistinguisher, ornullif it is not present.- Returns:
RouteDistinguisherrouteDistinguisher, ornullif it is not present.
-
requireRouteDistinguisher
Return routeDistinguisher, guaranteed to be non-null.- Returns:
RouteDistinguisherrouteDistinguisher, guaranteed to be non-null.- Throws:
NoSuchElementException- if routeDistinguisher is not present
-