public interface CreateObjInput extends OcpHeader, CreateObjInput, DataObject, Augmentable<CreateObjInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objType {
type ObjType;
}
list param {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
}
uses ocpHeader;
uses createObjInput;
}
The schema path to identify an instance is
ocp-protocol/create-obj/input
To create instances of this class use CreateObjInputBuilder.
CreateObjInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMsgType, getXidgetObjType, getParamgetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.