public interface GoToTable extends org.opendaylight.yangtools.yang.binding.ChildOf<Instruction>, org.opendaylight.yangtools.yang.binding.Augmentable<GoToTable>
This class represents the following YANG schema fragment defined in module opendaylight-flow-types
container go-to-table { leaf table_id { type uint8; } }The schema path to identify an instance is opendaylight-flow-types/instruction/instruction/go-to-table-case/go-to-table
To create instances of this class use GoToTableBuilder
.
GoToTableBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Short |
getTableId() |
Short getTableId()
java.lang.Short
tableId
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.