Version notice:
ARX::Share::Status¶
Introduced : ARX V6.02.000
This structure contains the current status of this share. CLI
References: show namespace.
Member | Type | Description |
name | String | The share’s name. |
available | boolean | Is the share available? |
state | StateType | The share’s state. |
enabled | boolean | Whether the share is enabled. |
error_detail | String | The error detail. |
free_files | long | The free files on this share. |
free_space | long | The free space on this share. |
total_space | long | The total space on this share. |
transitions | long | The total number of transitions. |
last_transition_time | long | The last transition time. |
last_enable_time | long | The last time when the share was enabled. |
last_import_time | long | The last time when the share was imported. |
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.