Logo

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

VolumeStatus

Properties

Name Type Description Notes
online bool, none_type    
size_total str, none_type This is a legacy placeholder field for compatibility with previous SDK versions. It is always an empty string. [optional] [readonly]
size_used str, none_type This is a legacy placeholder field for compatibility with previous SDK versions. It is always an empty string. [optional] [readonly]
size_free str, none_type This is a legacy placeholder field for compatibility with previous SDK versions. It is always an empty string. [optional] [readonly]
usage VolumeUsage   [optional]
snfs VolumeSNFSStatus   [optional]
beegfs VolumeBeeGFSStatus   [optional]
ceph VolumeCephStatus   [optional]

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