fileShares

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


@JvmName(name = "bucicaykbcbddwvd")
suspend fun fileShares(values: List<Output<FileShareConfigArgs>>)
@JvmName(name = "xtsbwxlbupducktq")
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 = "qqlslfawsrsynicq")
suspend fun fileShares(argument: List<suspend FileShareConfigArgsBuilder.() -> Unit>)
@JvmName(name = "pcjtmwypykvongpb")
suspend fun fileShares(vararg argument: suspend FileShareConfigArgsBuilder.() -> Unit)
@JvmName(name = "afnfswnwyeolugnm")
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.