public interface GetFaultOutput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping getFaultOutput {
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;
}
}
}
}
The schema path to identify an instance is
ocp-types/getFaultOutput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Obj> |
getObj() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.