Skip to content

Commit a4e1a9e

Browse files
feat: [NetApp] Add Squash Mode to Export Policy (#8752)
* feat: Add Squash Mode to Export Policy This change introduces squash mode options to the export policy rules. Squash mode determines how user and group IDs are mapped for NFS volume access. The following squash modes are added: * **NO_ROOT_SQUASH** Root user retains full access. * **ROOT_SQUASH** Root user is mapped to the anonymous user ID. * **ALL_SQUASH** All users are mapped to the anonymous user ID. A new field anon_uid is also added to specify the anonymous user ID when ALL_SQUASH is used. The squash_mode field takes precedence over the existing has_root_access field, which will be deprecated in the future. PiperOrigin-RevId: 834629780 Source-Link: googleapis/googleapis@0a299a2 Source-Link: googleapis/googleapis-gen@41aa97c Copy-Tag: eyJwIjoiTmV0QXBwLy5Pd2xCb3QueWFtbCIsImgiOiI0MWFhOTdjMzYwNDAwMDk5ZTUyZTQ1MDVlNDJlZTA2MzEyMzU2MGQ5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6bc9e7f commit a4e1a9e

3 files changed

Lines changed: 173 additions & 0 deletions

File tree

NetApp/metadata/V1/Volume.php

243 Bytes
Binary file not shown.

NetApp/src/V1/SimpleExportPolicyRule.php

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetApp/src/V1/SimpleExportPolicyRule/SquashMode.php

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)