public interface TableMod extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping table-mod { leaf version { type uint8; } leaf xid { type uint32; } leaf table-id { type table-id; } leaf config { type table-config; } }The schema path to identify an instance is openflow-protocol/table-mod
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
TableConfig |
getConfig() |
TableId |
getTableId() |
getVersion, getXid
TableId getTableId()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.TableId
tableId
, or null
if not presentTableConfig getConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.TableConfig
config
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.