ARX::Volume::Status¶
Member | Type | Description |
name | String | The volume’s name. |
host | String | The host ARX’s name. |
instance | long | The id of the instance that the volume belongs to. 0 means no instance has claimed ownership. |
processor | ProcessorId | The processor that this volume instance runs on. |
state | StateType | The current volume state. |
state_detail | String | The detail of the current volume state. |
metadata_size | long | The metadata size in bytes. |
metadata_migrating | boolean | A flag indicates whether the metadata is being migrated. |
metadata_share_statuses | MetadataShareStatus [] | The metadata share’s status. |
free_space | long | Free space available on the volume. |
total_space | long | Total space available on the volume. |
used_files | long | The number of files on this volume. |
used_dirs | long | The number of directories on this volume. |
free_files | long | The number of free files that can be used on this volume. |
max_files | long | The maximum number of files allowed on this volume. |
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.