View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| volume | VolumeReference | ||
| name | str | ||
| sharing_nfs_permissions | [NFSPermission] | [optional] | |
| path | str | [optional] | |
| share_smb | bool | [optional] | |
| share_nfs | bool | [optional] | |
| share_afp | bool | [optional] | |
| sharing_read_only | bool | [optional] | |
| sharing_hidden | bool | [optional] | |
| sharing_require_login | bool | [optional] | |
| smb_extra_config | str | [optional] | |
| afp_extra_config | str | [optional] | |
| rw_access_group | int, none_type | [optional] | |
| ro_access_group | int, none_type | [optional] |