public interface DeleteActionProfileGroupInput extends NodeId, ActionProfileGroupKey, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DeleteActionProfileGroupInput>
This class represents the following YANG schema fragment defined in module p4plugin-runtime
container input { leaf nid { type string; } leaf action-profile-name { type string; } leaf group-id { type uint32; } uses node-id; uses action-profile-group-key; }The schema path to identify an instance is p4plugin-runtime/delete-action-profile-group/input
To create instances of this class use DeleteActionProfileGroupInputBuilder
.
DeleteActionProfileGroupInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getNid
getActionProfileName, getGroupId
Copyright © 2019 OpenDaylight. All rights reserved.