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 Type
    Method
    Description
    Return defaultGatewayExtendedCommunity, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getDefaultGatewayExtendedCommunity

      DefaultGatewayExtendedCommunity getDefaultGatewayExtendedCommunity()
      Return defaultGatewayExtendedCommunity, or null 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, or null if it is not present.