@Deprecated public interface HardwareStateOperEnabled extends DataObject, Augmentable<HardwareStateOperEnabled>, Notification
This class represents the following YANG schema fragment defined in module ietf-hardware-state
notification hardware-state-oper-enabled {
if-feature hardware-state;
status deprecated;
leaf name {
type leafref {
path /hardware/component/name;
}
status deprecated;
}
leaf admin-state {
type leafref {
path /hardware/component/state/admin-state;
}
status deprecated;
}
leaf alarm-state {
type leafref {
path /hardware/component/state/alarm-state;
}
status deprecated;
}
}
The schema path to identify an instance is
ietf-hardware-state/hardware-state-oper-enabled
To create instances of this class use HardwareStateOperEnabledBuilder.
HardwareStateOperEnabledBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable AdminState |
getAdminState()
Deprecated.
|
@Nullable AlarmState |
getAlarmState()
Deprecated.
|
@Nullable String |
getName()
Deprecated.
|
augmentationgetImplementedInterface@Deprecated @Nullable String getName()
java.lang.String name, or null if not present@Deprecated @Nullable AdminState getAdminState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.AdminState adminState, or null if not present@Deprecated @Nullable AlarmState getAlarmState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.AlarmState alarmState, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.