Interface DefaultGatewayExtendedCommunity
- 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:
DefaultGatewayExtendedCommunityCase
,DefaultGatewayExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface DefaultGatewayExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping default-gateway-extended-community { container default-gateway-extended-community { presence "The Default Gateway community is an Extended Community of an Opaque Type"; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn defaultGatewayExtendedCommunity, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getDefaultGatewayExtendedCommunity
DefaultGatewayExtendedCommunity getDefaultGatewayExtendedCommunity()Return defaultGatewayExtendedCommunity, ornull
if it is not present.The Default Gateway community is an Extended Community of an Opaque Type
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120._default.gateway.extended.community.DefaultGatewayExtendedCommunity
defaultGatewayExtendedCommunity, ornull
if it is not present.
-