Interface BgpWellKnownStdCommunity
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
,org.opendaylight.yangtools.yang.binding.BindingObject
- All Known Subinterfaces:
LLGRSTALE
,NOADVERTISE
,NOEXPORT
,NOEXPORTSUBCONFED
,NOLLGR
,NOPEER
@Generated("mdsal-binding-generator")
public interface BgpWellKnownStdCommunity
extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Reserved communities within the standard community space defined by RFC1997.
These communities must fall within the range 0x00000000 to 0xFFFFFFFF
This class represents the following YANG schema fragment defined in module openconfig-bgp-types
identity bgp-well-known-std-community { }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull BgpWellKnownStdCommunity
Singleton value representing theBgpWellKnownStdCommunity
identity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theBgpWellKnownStdCommunity
identity.
-
-
Method Details
-
implementedInterface
Class<? extends BgpWellKnownStdCommunity> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
-