mountOptions

@JvmName(name = "kjuudiifqrutdlyl")
suspend fun mountOptions(value: Output<List<String>>)
@JvmName(name = "agcelimixpugxcgw")
suspend fun mountOptions(value: List<String>?)

Parameters

value

For Google Cloud Storage (GCS), mount options are the options supported by the gcsfuse tool (https://github.com/GoogleCloudPlatform/gcsfuse). For existing persistent disks, mount options provided by the mount command (https://man7.org/linux/man-pages/man8/mount.8.html) except writing are supported. This is due to restrictions of multi-writer mode (https://cloud.google.com/compute/docs/disks/sharing-disks-between-vms). For other attached disks and Network File System (NFS), mount options are these supported by the mount command (https://man7.org/linux/man-pages/man8/mount.8.html).


@JvmName(name = "blcuxmsmcmdsjspo")
suspend fun mountOptions(vararg values: Output<String>)


@JvmName(name = "hhdybddjonabnxol")
suspend fun mountOptions(values: List<Output<String>>)
@JvmName(name = "elnyarqycofkahpo")
suspend fun mountOptions(vararg values: String)

Parameters

values

For Google Cloud Storage (GCS), mount options are the options supported by the gcsfuse tool (https://github.com/GoogleCloudPlatform/gcsfuse). For existing persistent disks, mount options provided by the mount command (https://man7.org/linux/man-pages/man8/mount.8.html) except writing are supported. This is due to restrictions of multi-writer mode (https://cloud.google.com/compute/docs/disks/sharing-disks-between-vms). For other attached disks and Network File System (NFS), mount options are these supported by the mount command (https://man7.org/linux/man-pages/man8/mount.8.html).