Allowed Client Args
data class AllowedClientArgs(val allowDev: Output<Boolean>? = null, val allowSuid: Output<Boolean>? = null, val allowedClientsCidr: Output<String>? = null, val mountPermissions: Output<AllowedClientMountPermissions>? = null, val network: Output<String>? = null, val noRootSquash: Output<Boolean>? = null) : ConvertibleToJava<AllowedClientArgs>
Represents an 'access point' for the share.
Properties
Link copied to clipboard
The subnet of IP addresses permitted to access the share.
Link copied to clipboard
Mount permissions.
Link copied to clipboard
Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.