Logo

View the Project on GitHub elements-storage/elements-sdk-python

VolumeUpdate

Volumes are the main storage locations for user content on ELEMENTS. Each volume is a mounted filesystem, clustered or not, that is made available to the clients via workspaces and shares. Volumes can be on-premise native, on-premise third-party (with a license) or cloud (with a license). Only cloud volumes may be added directly without ELEMENTS support involvement as other types require additional configuration.

Properties

Name Type Description Notes
path str The exact server-side mountpoint path or cloud storage URI for this volume [optional]
nodes [int] Storage nodes that this volume is \"native\" to. These nodes will be selected for NAS connection requests [optional]
display_name str   [optional]
visual_tag str, none_type A visual label shown for this volume in the UI [optional]
is_default bool Pre-selects this volume in the UI selectors [optional]
use_for_homes bool Whether this volume can be used for user home workspace [optional]
use_for_workspaces bool Whether this volume can be used for workspaces in general [optional]
type str   [optional]
snm_enabled bool   [optional]
snfs_name str, none_type   [optional]
cloud_account int, none_type For cloud volumes, the CloudAccount object containing credentials for this volume. [optional]
qumulo_integration int, none_type The Qumulo integration associated with this volume if it is a Qumulo volume. Required for Qumulo volumes and must be empty for non-Qumulo volumes. [optional]
onefs_integration int, none_type The OneFS integration associated with this volume if it is a OneFS volume. Required for OneFS volumes and must be empty for non-OneFS volumes. [optional]

[Back to Model list] [Back to API list] [Back to README]