PolicyFileShareRetentionDailyArgs

data class PolicyFileShareRetentionDailyArgs(val count: Output<Int>) : ConvertibleToJava<PolicyFileShareRetentionDailyArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>)

Properties

Link copied to clipboard
val count: Output<Int>

The number of daily backups to keep. Must be between 1 and 200 (inclusive)

Functions

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