Interface EsImportRouteExtendedCommunity
- 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:
EsImportRouteExtendedCommunityCase,EsImportRouteExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface EsImportRouteExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping es-import-route-extended-community {
container es-import-route-extended-community {
leaf es-import {
type yang:mac-address;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn esImportRouteExtendedCommunity, ornullif it is not present.@NonNull EsImportRouteExtendedCommunityReturn esImportRouteExtendedCommunity, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getEsImportRouteExtendedCommunity
EsImportRouteExtendedCommunity getEsImportRouteExtendedCommunity()Return esImportRouteExtendedCommunity, ornullif it is not present.New transitive Route Target extended community carried with the Ethernet Segment route. When used, it enables all the PEs connected to the same multihomed site to import the Ethernet Segment routes- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.es._import.route.extended.community.EsImportRouteExtendedCommunityesImportRouteExtendedCommunity, ornullif it is not present.
-
nonnullEsImportRouteExtendedCommunity
@NonNull EsImportRouteExtendedCommunity nonnullEsImportRouteExtendedCommunity()Return esImportRouteExtendedCommunity, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.es._import.route.extended.community.EsImportRouteExtendedCommunityesImportRouteExtendedCommunity, or an empty instance if it is not present.
-