public interface SetAsyncInput extends SetAsync, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SetAsyncInput>
This class represents the following YANG schema fragment defined in module openflow-protocol
container input { leaf version { type uint8; } leaf xid { type uint32; } list packet-in-mask { leaf-list mask { type packet-in-reason; } } list port-status-mask { leaf-list mask { type port-reason; } } list flow-removed-mask { leaf-list mask { type flow-removed-reason; } } uses set-async; }The schema path to identify an instance is openflow-protocol/set-async/input
To create instances of this class use SetAsyncInputBuilder
.
SetAsyncInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getVersion, getXid
getFlowRemovedMask, getPacketInMask, getPortStatusMask
Copyright © 2018 OpenDaylight. All rights reserved.