fileShares

@JvmName(name = "tryxcgfriylckhms")
suspend fun fileShares(value: Output<List<FileShareConfigArgs>>)
@JvmName(name = "ahxqkviiqhqolidh")
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 = "moalemjorhcasymw")
suspend fun fileShares(vararg values: Output<FileShareConfigArgs>)


@JvmName(name = "bbeogbsqclrliwkd")
suspend fun fileShares(values: List<Output<FileShareConfigArgs>>)
@JvmName(name = "kndssripxkbdhosi")
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 = "jblotfkqttmaqrsd")
suspend fun fileShares(argument: List<suspend FileShareConfigArgsBuilder.() -> Unit>)
@JvmName(name = "rneyinyuftbigtys")
suspend fun fileShares(vararg argument: suspend FileShareConfigArgsBuilder.() -> Unit)
@JvmName(name = "eakuomuhdbbvodwt")
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.