SubProtectionPolicyResponse

data class SubProtectionPolicyResponse(val policyType: String? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, val schedulePolicy: Any? = null)

Sub-protection policy which includes schedule and retention

Constructors

Link copied to clipboard
constructor(policyType: String? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, schedulePolicy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyType: String? = null

Type of backup policy type

Link copied to clipboard

Retention policy with the details on backup copy retention ranges.

Link copied to clipboard
val schedulePolicy: Any? = null

Backup schedule specified as part of backup policy.