Interface MacIpAdvRoute
- 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:
MacIpAdvRouteCase
@Generated("mdsal-binding-generator")
public interface MacIpAdvRoute
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping mac-ip-adv-route { container mac-ip-adv-route { uses esi; uses ethernet-tag-id; leaf mac-address { type yang:mac-address; } leaf ip-address { type inet:ip-address-no-zone; } leaf mpls-label1 { type netc:mpls-label; } leaf mpls-label2 { type netc:mpls-label; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn macIpAdvRoute, ornull
if it is not present.@NonNull MacIpAdvRoute
Return macIpAdvRoute, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getMacIpAdvRoute
MacIpAdvRoute getMacIpAdvRoute()Return macIpAdvRoute, ornull
if it is not present.MAC/IP Advertisement route
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route.MacIpAdvRoute
macIpAdvRoute, ornull
if it is not present.
-
nonnullMacIpAdvRoute
@NonNull MacIpAdvRoute nonnullMacIpAdvRoute()Return macIpAdvRoute, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route.MacIpAdvRoute
macIpAdvRoute, or an empty instance if it is not present.
-