public interface GetFaultOutput extends OcpHeader, GetFaultOutput, DataObject, Augmentable<GetFaultOutput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container output {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf result {
type GetFaultRes;
}
list obj {
key "id"
leaf id {
type ObjId;
}
list fault {
key "id"
leaf id {
type FaultId;
}
leaf severity {
type FaultSeverity;
}
leaf timestamp {
type xsd-dateTime;
}
leaf descr {
type string;
}
leaf-list affectedObj {
type string;
}
}
}
uses ocpHeader;
uses getFaultOutput;
}
The schema path to identify an instance is
ocp-protocol/get-fault/output
To create instances of this class use GetFaultOutputBuilder.
GetFaultOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
GetFaultRes |
getResult() |
getMsgType, getXidgetObjgetImplementedInterfacegetAugmentationGetFaultRes getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.GetFaultRes result, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.