Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class MountPermissions.
The possible mount permissions.
Protobuf type google.cloud.baremetalsolution.v2.NfsShare.MountPermissions
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ NfsShareMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MOUNT_PERMISSIONS_UNSPECIFIED
Value: 0
Permissions were not specified.
Generated from protobuf enum MOUNT_PERMISSIONS_UNSPECIFIED = 0;
READ
Value: 1
NFS share can be mount with read-only permissions.
Generated from protobuf enum READ = 1;
READ_WRITE
Value: 2
NFS share can be mount with read-write permissions.
Generated from protobuf enum READ_WRITE = 2;