Google Cloud Bare Metal Solution V2 Client - Class MountPermissions (1.1.3)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ NfsShare
Methods
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]