ConfigurationBackupRetentionPolicyWeeklyScheduleRetentionDuration

data class ConfigurationBackupRetentionPolicyWeeklyScheduleRetentionDuration(val count: Int? = null, val durationType: String? = null)

Constructors

constructor(count: Int? = null, durationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The count of the retention duration of the backup policy. Valid value inside daily_schedule is 7 to 9999 and inside weekly_schedule is 1 to 5163.

Link copied to clipboard
val durationType: String? = null

The duration type of the retention duration of the backup policy. Valid value inside daily_schedule is Days and inside weekly_schedule is Weeks. Defaults to Days.