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.
description(Optional[String[0,255]])
— File system description. (255 UTF-8 characters).
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.
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_smb_no_notify_enabled(Optional[Boolean])
— Indicates whether notifications of changes to directory file structure are enabled.* 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 are disabled on the file system.
is_smb_notify_on_write_enabled(Optional[Boolean])
— Indicates whether file writes notifications 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.
name(String[1,255])
— Name of the file system. (255 UTF-8 characters).
nas_server_id(String)
— Id of the NAS Server on which the file system is mounted.
protection_policy_id(Optional[String])
— Id of the protection policy applied to the file system.
size_total(Integer[3221225472,281474976710656])
— Size that the file system presents to the host or end user. (Bytes)
smb_notify_on_change_dir_depth(Optional[Integer[1,512]])
— Lowest directory level to which the enabled notifications apply, if any.