public interface TableModInput extends TableMod, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TableModInput>
This class represents the following YANG schema fragment defined in module openflow-protocol
container input { leaf table-id { type table-id; } leaf config { type table-config; } leaf version { type uint8; } leaf xid { type uint32; } uses table-mod; }The schema path to identify an instance is openflow-protocol/table-mod/input
To create instances of this class use TableModInputBuilder
.
TableModInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getConfig, getTableId
getVersion, getXid
Copyright © 2018 OpenDaylight. All rights reserved.