access_policy(Optional[Enum['Native','UNIX','Windows']])
— File system security access policies. Each file system uses its access policy to determine how to reconcile the differences between NFS and SMB access control. Selecting an access policy determines which mechanism is used to enforce file security on the particular file system. * Native - Native Security. * UNIX - UNIX Security. * Windows - Windows Security.
default_hard_limit(Optional[Integer[0,9223372036854775807]])
— Default hard limit of user quotas and tree quotas (bytes). The hard limit value is always rounded up to match the file system's physical block size.(0 means 'No limitation'. This value can be used to compute the amount of space consumed without limiting the space).
default_soft_limit(Optional[Integer[0,9223372036854775807]])
— Default soft limit of user quotas and tree quotas (bytes). Value is always rounded up to match the file system's physical block size.(0 means 'No limitation'.)
description(Optional[String[0,255]])
— File system description. (255 UTF-8 characters).
expiration_timestamp(Optional[String])
— Time when the snapshot will expire. Use 1970-01-01T00:00:00.000Z to set expiration timestamp to null.
folder_rename_policy(Optional[Enum['All_Allowed','SMB_Forbidden','All_Forbidden']])
— File system folder rename policies for the file system with multiprotocol access enabled. These policies control whether the directory can be renamed from NFS or SMB clients when at least one file is opened in the directory, or in one of its child directories. * All_Allowed - All protocols are allowed to rename directories without any restrictions. * SMB_Forbidden - A directory rename from the SMB protocol will be denied if at least one file is opened in the directory or in one of its child directories. * All_Forbidden - Any directory rename request will be denied regardless of the protocol used, if at least one file is opened in the directory or in one of its child directories.
grace_period(Optional[Integer[-1,2147483647]])
— Grace period of soft limits (seconds): -1: default: Infinite grace (Windows policy). 0: Use system default of 1 week. positive: Grace period after which the soft limit is treated as a hard limit (seconds).
id(String)
— File system id.
is_async_m_time_enabled(Optional[Boolean])
— Indicates whether asynchronous MTIME is enabled on the file system or protocol snaps that are mounted writeable. Values are:* true - Asynchronous MTIME is enabled on the file system.* false - Asynchronous MTIME is disabled on the file system.
is_quota_enabled(Optional[Boolean])
— Indicates whether quota is enabled. Quotas are not supported for read-only file systems. Default value for the grace period is set to infinite=-1 to match Windows' quota policyValues are:* true - Start tracking usages for all users on a file system or a quota tree, and user quota limits will be enforced.* false - Stop tracking usages for all users on a file system or a quota tree, and user quota limits will not be enforced.
is_smb_no_notify_enabled(Optional[Boolean])
— Indicates whether notifications of changes to a directory file structure are enabled. Values are:* true - Change directory notifications are enabled.* false - Change directory notifications are disabled.
is_smb_notify_on_access_enabled(Optional[Boolean])
— Indicates whether file access notifications are enabled on the file system. Values are:* true - File access notifications are enabled on the file system.* false - File access notifications on file access are disabled on the file system.
is_smb_notify_on_write_enabled(Optional[Boolean])
— Indicates whether notifications on file writes are enabled on the file system. Values are:* true - File writes notifications are enabled on the file system.* false - File writes notifications are disabled on the file system.
is_smb_op_locks_enabled(Optional[Boolean])
— Indicates whether opportunistic file locking is enabled on the file system. Values are:* true - Opportunistic file locking is enabled on the file system.* false - Opportunistic file locking is disabled on the file system.
is_smb_sync_writes_enabled(Optional[Boolean])
— Indicates whether the synchronous writes option is enabled on the file system. Values are:* true - Synchronous writes option is enabled on the file system.* false - Synchronous writes option is disabled on the file system.
locking_policy(Optional[Enum['Advisory','Mandatory']])
— File system locking policies. These policy choices control whether the NFSv4 range locks are honored. Because NFSv3 is advisory by design, this policy specifies that the NFSv4 locking feature behaves like NFSv3 (advisory mode), for backward compatiblity with applications expecting an advisory locking scheme. * Advisory - No lock checking for NFS and honor SMB lock range only for SMB. * Mandatory - Honor SMB and NFS lock range.
protection_policy_id(Optional[String])
— Id of the protection policy applied to the file system.
size_total(Optional[Integer[3221225472,281474976710656]])
— Size, in bytes, presented to the host or end user. This can be used for both expand and shrink on a file system.
smb_notify_on_change_dir_depth(Optional[Integer[1,512]])
— Lowest directory level to which the enabled notifications apply, if any.