ARX::ARXStatusType¶
Members¶
Member | Value | Description |
ARX_UNKNOWN | 0 | The status cannot be determined. |
ARX_DISABLED | 1 | The object is configured but administratively disabled. This state may also occur if an object has sub-objects that have their own status and all of the sub-objects are either disabled or not currently operational. |
ARX_ONLINE | 2 | The object and all sub-objects are enabled and fully operational. |
ARX_DEGRADED | 3 | At least one sub-object is either disabled or not currently operational. |
ARX_OFFLINE | 4 | The object is administratively enabled but not currently operational. |
ARX_FAILED | 5 | The object is not operational due to component failures that require manual intervention. |
ARX_UNINITIALIZED | 6 | The object is not fully configured. |
ARX_PENDING | 7 | The operation has been scheduled to start but has not yet started. |
ARX_STARTING | 8 | The operation is currently starting. |
ARX_STARTING_FAILED | 9 | Starting the operation has failed. |
ARX_STOPPING | 10 | The operation is currently stopping. |
ARX_STOPPING_FAILED | 11 | Stopping the operation has failed. |
ARX_STANDBY | 12 | The object is ready, but not currently in use. |
ARX_SUSPENDED | 13 | The object perational but has been administratively suspended. |
ARX_MIGRATING | 14 | The volume is currently migrating files. |
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.