public interface GetFaultInput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping getFaultInput {
leaf objId {
type ObjId;
}
leaf eventDrivenReporting {
type boolean;
}
}
The schema path to identify an instance is
ocp-types/getFaultInput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
getObjId() |
Boolean |
isEventDrivenReporting() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.