nasConfigs

@JvmName(name = "euvqlkvrywpfimgr")
suspend fun nasConfigs(value: Output<List<ApplicationNasConfigArgs>>)
@JvmName(name = "pwjecdnqgmieavtv")
suspend fun nasConfigs(value: List<ApplicationNasConfigArgs>?)

Parameters

value

The configurations for mounting the NAS file system. See nas_configs below.


@JvmName(name = "cdbkfbwqnvdqglar")
suspend fun nasConfigs(vararg values: Output<ApplicationNasConfigArgs>)


@JvmName(name = "evyfurkjvrdjbeqd")
suspend fun nasConfigs(values: List<Output<ApplicationNasConfigArgs>>)
@JvmName(name = "hvbvlfnddmgchdtn")
suspend fun nasConfigs(vararg values: ApplicationNasConfigArgs)

Parameters

values

The configurations for mounting the NAS file system. See nas_configs below.


@JvmName(name = "pkrmgigoucnxqtns")
suspend fun nasConfigs(argument: List<suspend ApplicationNasConfigArgsBuilder.() -> Unit>)
@JvmName(name = "jipckgiebbnrhkps")
suspend fun nasConfigs(vararg argument: suspend ApplicationNasConfigArgsBuilder.() -> Unit)
@JvmName(name = "rchykebqhbbrsdqy")
suspend fun nasConfigs(argument: suspend ApplicationNasConfigArgsBuilder.() -> Unit)

Parameters

argument

The configurations for mounting the NAS file system. See nas_configs below.