All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, Group, org.opendaylight.yangtools.binding.Grouping, NodeContextRef
All Known Subinterfaces:
AddGroupInput, RemoveGroupInput

@Generated("mdsal-binding-generator") public interface NodeGroup extends org.opendaylight.yangtools.binding.Grouping, NodeContextRef, Group
Basic group structure suitable for rpc input (contains node-context).

This class represents the following YANG schema fragment defined in module sal-group

 grouping node-group {
   uses inv:node-context-ref;
   uses group-type:group;
 }