public interface GetFaultInput extends OcpHeader, GetFaultInput, DataObject, Augmentable<GetFaultInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
leaf eventDrivenReporting {
type boolean;
}
uses ocpHeader;
uses getFaultInput;
}
The schema path to identify an instance is
ocp-protocol/get-fault/input
To create instances of this class use GetFaultInputBuilder.
GetFaultInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getMsgType, getXidgetObjId, isEventDrivenReportinggetImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.