Module: Google::Cloud::Filestore::V1::NfsExportOptions::SquashMode
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
The squash mode.
Constant Summary collapse
- SQUASH_MODE_UNSPECIFIED =
SquashMode not set.
0
- NO_ROOT_SQUASH =
The Root user has root access to the file share (default).
1
- ROOT_SQUASH =
The Root user has squashed access to the anonymous uid/gid.
2