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

The time at which the recycle bin was enabled.

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

The retention period of the files in the recycle bin. Unit: days. Default value: 3. Valid values: 1 to 180. NOTE: reserved_days takes effect only if status is set to Enable.

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

The size of the Infrequent Access (IA) data that is dumped to the recycle bin.

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

The size of the files that are dumped to the recycle bin.

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

Specifies whether to enable the recycle bin feature. Default value: Disable. Valid values: Enable, Disable.

Functions

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