recycleBin

@JvmName(name = "vdxypkoncwkklqbq")
suspend fun recycleBin(value: Output<FileSystemRecycleBinArgs>)
@JvmName(name = "icgidrpenapgmwkp")
suspend fun recycleBin(value: FileSystemRecycleBinArgs?)

Parameters

value

The recycle bin feature of the file system. See recycle_bin below.

NOTE: recycle_bin takes effect only if file_system_type is set to standard.


@JvmName(name = "abrwxpnmoygusnwh")
suspend fun recycleBin(argument: suspend FileSystemRecycleBinArgsBuilder.() -> Unit)

Parameters

argument

The recycle bin feature of the file system. See recycle_bin below.

NOTE: recycle_bin takes effect only if file_system_type is set to standard.