Commit e77b12e
authored
feat: [netapp] Add Squash Mode to Export Policy (#6905)
* 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: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldGFwcC8uT3dsQm90LnlhbWwiLCJoIjoiNDFhYTk3YzM2MDQwMDA5OWU1MmU0NTA1ZTQyZWUwNjMxMjM1NjBkOSJ9
* 🦉 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 f3c5811 commit e77b12e
4 files changed
Lines changed: 210 additions & 0 deletions
File tree
- packages/google-cloud-netapp/protos
- google/cloud/netapp/v1
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
440 | 459 | | |
441 | 460 | | |
442 | 461 | | |
| |||
484 | 503 | | |
485 | 504 | | |
486 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
487 | 515 | | |
488 | 516 | | |
489 | 517 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments