fileShares

@JvmName(name = "qrblpgwomflacdtl")
suspend fun fileShares(value: Output<List<FileShareConfigArgs>>)
@JvmName(name = "tadikyrdhygpqmrq")
suspend fun fileShares(value: List<FileShareConfigArgs>?)

Parameters

value

File system shares on the instance. For this version, only a single file share is supported.


@JvmName(name = "gsyvsisiclcsrwbg")
suspend fun fileShares(vararg values: Output<FileShareConfigArgs>)


@JvmName(name = "qylaegfhncmrlsfd")
suspend fun fileShares(values: List<Output<FileShareConfigArgs>>)
@JvmName(name = "cvsmooalgvskpqmx")
suspend fun fileShares(vararg values: FileShareConfigArgs)

Parameters

values

File system shares on the instance. For this version, only a single file share is supported.


@JvmName(name = "svbwycqrblpyisyb")
suspend fun fileShares(argument: List<suspend FileShareConfigArgsBuilder.() -> Unit>)
@JvmName(name = "orbqppqbyxvotodc")
suspend fun fileShares(vararg argument: suspend FileShareConfigArgsBuilder.() -> Unit)
@JvmName(name = "wcnlllqlyphdopon")
suspend fun fileShares(argument: suspend FileShareConfigArgsBuilder.() -> Unit)

Parameters

argument

File system shares on the instance. For this version, only a single file share is supported.