mountPermissions property
Mount permissions. Possible string values are:
- "MOUNT_PERMISSIONS_UNSPECIFIED" : Permissions were not specified.
- "READ" : NFS share can be mount with read-only permissions.
- "READ_WRITE" : NFS share can be mount with read-write permissions.
Implementation
core.String? mountPermissions;