LongTermRetentionPolicyResponse

data class LongTermRetentionPolicyResponse(val dailySchedule: DailyRetentionScheduleResponse? = null, val monthlySchedule: MonthlyRetentionScheduleResponse? = null, val retentionPolicyType: String, val weeklySchedule: WeeklyRetentionScheduleResponse? = null, val yearlySchedule: YearlyRetentionScheduleResponse? = null)

Long term retention policy.

Constructors

Link copied to clipboard
constructor(dailySchedule: DailyRetentionScheduleResponse? = null, monthlySchedule: MonthlyRetentionScheduleResponse? = null, retentionPolicyType: String, weeklySchedule: WeeklyRetentionScheduleResponse? = null, yearlySchedule: YearlyRetentionScheduleResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Daily retention schedule of the protection policy.

Link copied to clipboard

Monthly retention schedule of the protection policy.

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'LongTermRetentionPolicy'.

Link copied to clipboard

Weekly retention schedule of the protection policy.

Link copied to clipboard

Yearly retention schedule of the protection policy.