Interface NetworkTopologyContext
- 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
@Generated("mdsal-binding-generator")
public interface NetworkTopologyContext
extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Identity used to mark the network topology context. This is useful for example
binding RPCs to a particular network topology instance.
This class represents the following YANG schema fragment defined in module odl-network-topology
identity network-topology-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 NetworkTopologyContext
Singleton value representing theNetworkTopologyContext
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 theNetworkTopologyContext
identity.
-
-
Method Details
-
implementedInterface
Class<? extends NetworkTopologyContext> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
-