Interface PeerContext
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
,org.opendaylight.yangtools.binding.BindingObject
,Serializable
@Generated("mdsal-binding-generator")
public interface PeerContext
extends org.opendaylight.yangtools.binding.BaseIdentity
Identity used to mark the Peer context for binding RPCs in a particular RIB.
This class represents the following YANG schema fragment defined in module bgp-peer-rpc
identity peer-context { }
-
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 PeerContext
Singleton value representing thePeerContext
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 thePeerContext
identity.
-
-
Method Details
-
implementedInterface
Class<? extends PeerContext> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
-