FileSystemRecycleBinArgs

data class FileSystemRecycleBinArgs(val enableTime: Output<String>? = null, val reservedDays: Output<Int>? = null, val secondarySize: Output<Int>? = null, val size: Output<Int>? = null, val status: Output<String>? = null) : ConvertibleToJava<FileSystemRecycleBinArgs>

Constructors

Link copied to clipboard
constructor(enableTime: Output<String>? = null, reservedDays: Output<Int>? = null, secondarySize: Output<Int>? = null, size: Output<Int>? = null, status: Output<String>? = null)

Properties

Link copied to clipboard
val enableTime: Output<String>? = null

Recycle Bin open time

Link copied to clipboard
val reservedDays: Output<Int>? = null

Retention time of files in the Recycle Bin. Unit: days.

Link copied to clipboard
val secondarySize: Output<Int>? = null

Amount of low-frequency data stored in the recycle bin. Unit: Byte.

Link copied to clipboard
val size: Output<Int>? = null

The amount of files stored in the Recycle Bin. Unit: Byte.

Link copied to clipboard
val status: Output<String>? = null

Recycle Bin Status

Functions

Link copied to clipboard
open override fun toJava(): FileSystemRecycleBinArgs