Interface BgpWellKnownStdCommunity
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>,org.opendaylight.yangtools.binding.BindingObject,Serializable
- All Known Subinterfaces:
LLGRSTALE,NOADVERTISE,NOEXPORT,NOEXPORTSUBCONFED,NOLLGR,NOPEER
@Generated("mdsal-binding-generator")
public interface BgpWellKnownStdCommunity
extends org.opendaylight.yangtools.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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class.static final @NonNull BgpWellKnownStdCommunitySingleton value representing theBgpWellKnownStdCommunityidentity. -
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 theBgpWellKnownStdCommunityidentity.
-
-
Method Details
-
implementedInterface
Class<? extends BgpWellKnownStdCommunity> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
-