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 NOPEER extends BgpWellKnownStdCommunity
An autonomous system receiving NLRI tagged with this community is advised not readvertise the NLRI to external bi-lateral peer autonomous systems. An AS may also filter received NLRI from bilateral peer sessions when they are tagged this community value

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

 identity NOPEER {
   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 NOPEER
    Singleton value representing the NOPEER identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends NOPEER>
     
  • 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 NOPEER VALUE
      Singleton value representing the NOPEER identity.
  • Method Details

    • implementedInterface

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