credentials_cache_ttl(Optional[Integer[0,2147483647]])
— Sets the Time-To-Live (in minutes) expiration stamp for a Windows entry in the credentials cache. When failed mapping entries expire, the system retries mapping the UID to the SID.
host_name(Optional[String[1,255]])
— The name that will be used by NFS clients to connect to this NFS server. This name is required when using secure NFS, except when is_use_smb_config_enabled is true. In this case host_name is forced to the SMB server computer name, and must not be specified.
id(String)
— Unique identifier of the NFS server.
is_extended_credentials_enabled(Optional[Boolean])
— Indicates whether the NFS server supports more than 16 Unix groups in a Unix credential. Valid values are,- true - NFS server supports more than 16 Unix groups in a Unix credential. The NFS server will send additional request to Unix Directory service to identify Unix groups.- false - NFS server supports more than 16 Unix groups in a Unix credential. The NFS server will send additional request to Unix Directory service to identify Unix groups. Note - The NFS server builds its own Unix credential when it supports more than 16 groups. This process can slow performance.
is_nfsv3_enabled(Optional[Boolean])
— Indicates whether NFSv3 is enabled on the NAS server. When enabled, NFS shares can be accessed with NFSv3. When disabled, NFS shares cannot be accessed with NFSv3 protocol.- true - NFSv3 is enabled on the specified NAS server.- false - NFSv3 is disabled on the specified NAS server.
is_nfsv4_enabled(Optional[Boolean])
— Indicates whether NFSv4 is enabled on the NAS server. When enabled, NFS shares can be accessed with NFSv4. When disabled, NFS shares cannot be accessed with NFSv4 protocol.- true - NFSv4 is enabled on the specified NAS server.- false - NFSv4 is disabled on the specified NAS server.
is_secure_enabled(Optional[Boolean])
— Indicates whether secure NFS is enabled on the NFS server.- true - Secure NFS is Enabled.- false - Secure NFS is disabled.
is_skip_unjoin(Optional[Boolean])
— Allow to bypass NFS server unjoin. If false modification will fail if secure is enabled and current kdc_type is MS Windows. If secure is enabled either unjoin NFS server before deleting or set value to true.
is_use_smb_config_enabled(Optional[Boolean])
— Indicates whether SMB authentication is used to authenticate to the KDC. Values are:- true: Indicates that the the configured SMB Server settings are used for Kerberos authentication.- false: Indicates that Kerberos uses its own settings.