Module: Google::Cloud::BareMetalSolution::V2::NfsShare::MountPermissions
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
The possible mount permissions.
Constant Summary collapse
- MOUNT_PERMISSIONS_UNSPECIFIED =
Permissions were not specified.
0
- READ =
NFS share can be mount with read-only permissions.
1
- READ_WRITE =
NFS share can be mount with read-write permissions.
2