options

@JvmName(name = "laoffqkujqwmmtox")
suspend fun options(value: Output<List<String>>)
@JvmName(name = "kgfblmjlbucjdulk")
suspend fun options(value: List<String>)

Parameters

value

The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information. crossmount and sync are used by default.


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


@JvmName(name = "iuhmcrqvojgbsolk")
suspend fun options(values: List<Output<String>>)
@JvmName(name = "tuchvvnyxdewefhq")
suspend fun options(vararg values: String)

Parameters

values

The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information. crossmount and sync are used by default.