Interface DefaultGatewayExtendedCommunity

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DefaultGatewayExtendedCommunity>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DefaultGatewayExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DefaultGatewayExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DefaultGatewayExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<DefaultGatewayExtendedCommunity>
    The Default Gateway community is an Extended Community of an Opaque Type

    This class represents the following YANG schema fragment defined in module odl-bgp-evpn

     container default-gateway-extended-community {
       presence
         "The Default Gateway community is an Extended Community of an
          Opaque Type";
     }
     
    The schema path to identify an instance is odl-bgp-evpn/default-gateway-extended-community/default-gateway-extended-community

    To create instances of this class use DefaultGatewayExtendedCommunityBuilder.

    See Also:
    DefaultGatewayExtendedCommunityBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<DefaultGatewayExtendedCommunity> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject