Filestore V1 API - Module Google::Cloud::Filestore::V1::NfsExportOptions::AccessMode (v2.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::NfsExportOptions::AccessMode.
The access mode.
Constants
ACCESS_MODE_UNSPECIFIED
value: 0 AccessMode not set.
READ_ONLY
value: 1 The client can only read the file share.
READ_WRITE
value: 2 The client can read and write the file share (default).