mountOptions property

List<String>? mountOptions
getter/setter pair

Mount options vary based on the type of storage volume: * For a Cloud Storage bucket, all the mount options provided by the [gcsfuse tool](https://cloud.google.com/storage/docs/gcsfuse-cli) are supported.

Implementation

core.List<core.String>? mountOptions;