public interface ReDirectInput extends RedirectInput, OcpHeader, DataObject, Augmentable<ReDirectInput>
This class represents the following YANG schema fragment defined in module ocp-extension
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf ip {
type ipv4-address;
}
uses redirectInput;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-extension/re-direct/input
To create instances of this class use ReDirectInputBuilder.
ReDirectInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getIpgetMsgType, getXidgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.