public interface GroupFeatures
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-group-statistics
grouping group-features { container group-features { leaf-list group-types-supported { type identityref; } leaf-list group-capabilities-supported { type identityref; } leaf-list max-groups { type uint32; } leaf-list actions { type uint32; } uses group-features-reply; } }The schema path to identify an instance is opendaylight-group-statistics/group-features
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
GroupFeatures |
getGroupFeatures() |
GroupFeatures getGroupFeatures()
org.opendaylight.yang.gen.v1.urn.opendaylight.group.statistics.rev131111.group.features.GroupFeatures
groupFeatures
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.