public interface HardwareStateOperEnabled extends DataObject, Augmentable<HardwareStateOperEnabled>, Notification
This class represents the following YANG schema fragment defined in module ietf-hardware
notification hardware-state-oper-enabled { if-feature hardware-state; leaf name { type leafref { path /hardware/component/name; } } leaf admin-state { type leafref { path /hardware/component/state/admin-state; } } leaf alarm-state { type leafref { path /hardware/component/state/alarm-state; } } }The schema path to identify an instance is ietf-hardware/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 |
Modifier and Type | Method and Description |
---|---|
@Nullable AdminState |
getAdminState()
The administrative state for the component.
|
@Nullable AlarmState |
getAlarmState()
The alarm state for the component.
|
@Nullable String |
getName()
The name of the component that has transitioned into the'enabled' state.
|
augmentation
getImplementedInterface
@Nullable String getName()
java.lang.String
name
, or null
if not present@Nullable AdminState getAdminState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.AdminState
adminState
, or null
if not present@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.