FileSystem

Properties

Name Type Description Notes
name str name of the object (e.g., a file system or snapshot) [optional]
created int creation timestamp of the object [optional]
fast_remove_directory_enabled bool is fast remove directory enabled? Modifiable. Default false when creating a new file-system [optional]
provisioned int the provisioned size of the file system in bytes. Modifiable. Default 0 when creating a new file-system [optional]
snapshot_directory_enabled bool is snapshot directory enabled? Modifiable. Default false when creating a new file-system [optional]
space Space the space specification of the file system [optional]
nfs NfsRule NFS configuration. Modifiable. [optional]
http ProtocolRule HTTP configuration. Modifiable. [optional]
smb SmbRule SMB configuration. Modifiable. [optional]
destroyed bool is the file system destroyed? False by default. Modifiable. [optional]
time_remaining int time in milliseconds before the file system is eradicated. Null if not destroyed. [optional]

[Back to Model list] [Back to API list] [Back to Overview]