Interface EvpnRoutes
- 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:
EvpnRoutesCase
,EvpnRoutesCase
,EvpnRoutesCase
,EvpnRoutesCase
,EvpnRoutesCase
,EvpnRoutesCase
,EvpnRoutesCase
@Generated("mdsal-binding-generator")
public interface EvpnRoutes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping evpn-routes { container evpn-routes { list evpn-route { key "route-key path-id"; uses evpn; uses pmsi:bgp-rib-route { augment attributes/extended-communities/extended-community { case esi-label-extended-community-case { uses esi-label-extended-community; } case es-import-route-extended-community-case { uses es-import-route-extended-community; } case mac-mobility-extended-community-case { uses mac-mobility-extended-community; } case default-gateway-extended-community-case { uses default-gateway-extended-community; } case layer-2-attributes-extended-community-case { uses layer-2-attributes-extended-community; } } } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn evpnRoutes, ornull
if it is not present.@NonNull EvpnRoutes
Return evpnRoutes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getEvpnRoutes
EvpnRoutes getEvpnRoutes()Return evpnRoutes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.EvpnRoutes
evpnRoutes, ornull
if it is not present.
-
nonnullEvpnRoutes
@NonNull EvpnRoutes nonnullEvpnRoutes()Return evpnRoutes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.routes.EvpnRoutes
evpnRoutes, or an empty instance if it is not present.
-