Module: Google::Cloud::Filestore::V1::NfsExportOptions::AccessMode
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
The access mode.
Constant Summary collapse
- ACCESS_MODE_UNSPECIFIED =
AccessMode not set.
0
- READ_ONLY =
The client can only read the file share.
1
- READ_WRITE =
The client can read and write the file share (default).
2