public interface FaultInd extends DataObject, Augmentable<FaultInd>, FaultInd, OcpHeader, Notification
This class represents the following YANG schema fragment defined in module ocp-protocol
notification fault-ind {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf objId {
type ObjId;
}
leaf faultId {
type FaultId;
}
leaf state {
type FaultState;
}
leaf severity {
type FaultSeverity;
}
leaf timestamp {
type xsd-dateTime;
}
leaf descr {
type string;
}
leaf-list affectedObj {
type string;
}
uses faultInd;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/fault-ind
To create instances of this class use FaultIndBuilder.
FaultIndBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetAffectedObj, getDescr, getFaultId, getObjId, getSeverity, getState, getTimestampgetMsgType, getXidgetImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.