enum AvailabilityStatus

Deprecated, The availability status is used to qualify the operational state.
It indicates why the operational state has changed its value.
replaced by AvailStatus.

0
NO_STATUS
The resource is fully operational. The operational state is enabled.
1
IN_TEST
The resource is undergoing a test procedure.
If the administrative state is locked or shutting down, normal users are precluded from using the resource.
2
FAILED
The resource has an internal fault that prevents it from operating.
The operational state is disabled.
3
POWER_OFF
The resource requires power to be applied and is not powered on.
For example, either a fuse or some other protection device has removed power, or a low voltage condition has been detected. The operational state is disabled.
4
OFF_LINE
The resource requires a routine operation to be performed.
This operation is to place the resource online and make it available for use. The operation may be manual or automatic, or both. The operational state is disabled.
5
OFF_DUTY
The resource has been made inactive by an internal control process.
Inactive is done in accordance with a predetermined time schedule. Under normal conditions the control process can be expected to reactivate the resource at some scheduled time, and it is therefore considered to be optional. The operational state is enabled or disabled.
6
DEGRADED
The service available from the resource is degraded in some respect.
7
LOG_FULL
Indicates a log full condition.
The semantics are defined in CCITT Rec. X.735 | ISO/IEC 10164-6.
11
DEPENDENCY
The resource cannot operate because some other resource on which it depends is unavailable.
For example, a device is not accessible because its controller is powered off. The operational state is disabled.
8
NOT_INSTALLED
The resource represented by the managed object is not present, or is incomplete.
For example, a plug-in unit is missing, a cable is disconnected, or a software module is not loaded. The operational state is disabled.
9
DEPENDENCY_LOCKED
The administrative state of a resource that this resource depends on is locked.
or the availability status of the other resource is dependency locked. The operational state is disabled.
10
DEPENDENCY_FAILED
The availability status of a resource that this resource depends on is failed or dependency failed.
The operational state is disabled.
  enum AvailabilityStatus