MOST Network Availability Information.
AvailabilityInfo is a sub state of Availability (Ucs_Network_Availability_t) Possible pairs of Availability and Availability Information
| Availability | Availability Information | 
|---|---|
| UCS_NW_NOT_AVAILABLE | UCS_NW_AVAIL_INFO_REGULAR | 
| UCS_NW_NOT_AVAILABLE | UCS_NW_AVAIL_INFO_DIAGNOSIS | 
| UCS_NW_NOT_AVAILABLE | UCS_NW_AVAIL_INFO_FORCED_NA | 
| UCS_NW_AVAILABLE | UCS_NW_AVAIL_INFO_UNSTABLE | 
| UCS_NW_AVAILABLE | UCS_NW_AVAIL_INFO_STABLE | 
| UCS_NW_AVAIL_INFO_REGULAR | The network is not available because it is in NetInterface Off or Init state. It is pending to get available again. | 
| UCS_NW_AVAIL_INFO_DIAGNOSIS | The network is not available because it performs a ring break diagnosis or physical layer test. | 
| UCS_NW_AVAIL_INFO_FORCED_NA | The INIC forces the network to stay in "not available" state. The application may enter or leave this state by calling Ucs_Network_ForceNotAvailable(). Also see Ucs_Network_Startup(). | 
| UCS_NW_AVAIL_INFO_UNSTABLE | Network is available. Unlocks have been detected. | 
| UCS_NW_AVAIL_INFO_STABLE | Network is available. Network is in Stable Lock. |