Interface MacMobilityExtendedCommunity
- 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:
MacMobilityExtendedCommunityCase
,MacMobilityExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface MacMobilityExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping mac-mobility-extended-community { container mac-mobility-extended-community { leaf static { type boolean; default false; } leaf seq-number { type uint32; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn macMobilityExtendedCommunity, ornull
if it is not present.@NonNull MacMobilityExtendedCommunity
Return macMobilityExtendedCommunity, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getMacMobilityExtendedCommunity
MacMobilityExtendedCommunity getMacMobilityExtendedCommunity()Return macMobilityExtendedCommunity, ornull
if it is not present.The MAC Mobility Extended Community is a transitive Extended Community that may be advertised along with MAC/IP Advertisement routes.
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.mobility.extended.community.MacMobilityExtendedCommunity
macMobilityExtendedCommunity, ornull
if it is not present.
-
nonnullMacMobilityExtendedCommunity
@NonNull MacMobilityExtendedCommunity nonnullMacMobilityExtendedCommunity()Return macMobilityExtendedCommunity, 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.mobility.extended.community.MacMobilityExtendedCommunity
macMobilityExtendedCommunity, or an empty instance if it is not present.
-