FileSystem

Properties

Name Type Description Notes
name str The name of the object (e.g., a file system or snapshot). [optional]
created int Creation timestamp of the object [optional]
id str A non-modifiable, globally unique ID chosen by the system. [optional]
default_user_quota int Default quota for a user under this file system. Modifiable. Default is 0, meaning no quota, when creating a new file-system. [optional]
default_group_quota int Default quota for a group under this file system. Modifiable. Default is 0, meaning no quota, when creating a new file-system. [optional]
destroyed bool Is the file system destroyed? False by default. Modifiable. [optional]
fast_remove_directory_enabled bool Is fast remove directory enabled? Modifiable. Default false when creating a new file-system. [optional]
hard_limit_enabled bool Is the file system's size a hard limit quota. Modifiable. Default is false. [optional]
http ProtocolRule HTTP configuration. Modifiable. [optional]
multi_protocol MultiProtocolRule Configuration options governing the interactions of different protocols when multiple are enabled on the file system. [optional]
nfs NfsRule NFS configuration. Modifiable. [optional]
provisioned int The provisioned size of the file system in bytes. Modifiable. Default is 0 when creating a new file-system. [optional]
promotion_status str Possible values are `promoted` and `demoted`. The current status of the file system with respect to replication. Changes via `requested_promotion_state`. The default for new file systems is `promoted`. [optional]
requested_promotion_state str Possible values are `promoted` and `demoted`. The `demoted` state is used for replication targets and is only allowed to be set if the file system is in a replica-link relationship. The additional query param `discard-non-snapshotted-data` must be set to `true` when demoting a file system. The default for new file systems is `promoted`. [optional]
smb SmbRule SMB configuration. Modifiable. [optional]
snapshot_directory_enabled bool Is snapshot directory enabled? Modifiable. Default false when creating a new file-system. [optional]
source LocationReference The source snapshot whose data is copied to the file system specified. [optional]
space Space The space specification of the file system. [optional]
time_remaining int Time in milliseconds before the file system is eradicated. Null if not destroyed. [optional]
writable bool -> Is the file system writable? True by default. Cannot be True when `promoted` is False. [optional]

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