Reference documentation and code samples for the Google Cloud Filestore V1 Client class SquashMode.
The squash mode.
Protobuf type google.cloud.filestore.v1.NfsExportOptions.SquashMode
Namespace
Google \ Cloud \ Filestore \ V1 \ NfsExportOptionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQUASH_MODE_UNSPECIFIED
Value: 0
SquashMode not set.
Generated from protobuf enum SQUASH_MODE_UNSPECIFIED = 0;
NO_ROOT_SQUASH
Value: 1
The Root user has root access to the file share (default).
Generated from protobuf enum NO_ROOT_SQUASH = 1;
ROOT_SQUASH
Value: 2
The Root user has squashed access to the anonymous uid/gid.
Generated from protobuf enum ROOT_SQUASH = 2;