All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, BgpWellKnownStdCommunity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject

@Generated("mdsal-binding-generator") public interface NOADVERTISE extends BgpWellKnownStdCommunity
All NLRI received carrying this community must not be advertised to other BGP peers. This community has a value of 0xFFFFFF02.

This class represents the following YANG schema fragment defined in module openconfig-bgp-types

 identity NO_ADVERTISE {
   base bgp-well-known-std-community;
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull NOADVERTISE
    Singleton value representing the NOADVERTISE identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends NOADVERTISE>
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • VALUE

      static final @NonNull NOADVERTISE VALUE
      Singleton value representing the NOADVERTISE identity.
  • Method Details

    • implementedInterface

      Class<? extends NOADVERTISE> implementedInterface()
      Specified by:
      implementedInterface in interface BgpWellKnownStdCommunity
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>