Interface SendToController
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>,org.opendaylight.yangtools.binding.BindingObject,PacketInReason,Serializable
Explicit instruction to send packet to controller
This class represents the following YANG schema fragment defined in module packet-processing
identity send-to-controller {
base packet-in-reason;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class.static final @NonNull SendToControllerSingleton value representing theSendToControlleridentity. -
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 theSendToControlleridentity.
-
-
Method Details
-
implementedInterface
Class<? extends SendToController> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>- Specified by:
implementedInterfacein interfacePacketInReason
-