Interface NodeGroup
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,Group
,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- All Known Subinterfaces:
AddGroupInput
,GroupAdded
,GroupRemoved
,GroupUpdated
,RemoveGroupInput
@Generated("mdsal-binding-generator") public interface NodeGroup extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.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; }
The schema path to identify an instance is sal-group/node-group
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends NodeGroup>
implementedInterface()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.Group
getBarrier, getBuckets, getContainerName, getGroupId, getGroupName, getGroupType, isBarrier
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends NodeGroup> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceGroup
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
-
-