enum AvailStatus

The availability status is used to qualify the operational state.
It indicates why the operational state has changed its value.

0
IN_TEST
The resource is undergoing a test procedure.
If the administrative state is locked or shutting down, normal users are prevented from using the resource.
1
FAILED
The resource has an internal fault that prevents it from operating.
2
POWER_OFF
The resource requires power to be applied and is not powered on.
3
OFF_LINE
The resource requires a routine operation to be performed.
This routine 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.
4
OFF_DUTY
The resource has been made inactive by an internal control process.
5
DEPENDENCY
The resource cannot operate because some other resource on which it depends is unavailable.
6
DEGRADED
The service available from the resource is degraded in some respect.
7
NOT_INSTALLED
The resource represented by the managed object is not present, or is incomplete.
8
LOG_FULL
Indicates a log full condition.
The semantics are defined in CCITT Rec. X.735 | ISO/IEC 10164-6.
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.
10
DEPENDENCY_FAILED
The availability status of a resource that this resource depends on is failed or dependency failed.
11
DEPENDENCY_SHUTTINGDOWN
The administrative state of a resource that this resource depends on is shutting down.
or the availability status of the other resource is dependency shutting down.
  enum AvailStatus