MabProtectionPolicyResponse

data class MabProtectionPolicyResponse(val backupManagementType: String, val protectedItemsCount: Int? = null, val resourceGuardOperationRequests: List<String>? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, val schedulePolicy: Any? = null)

Mab container-specific backup policy.

Constructors

Link copied to clipboard
constructor(backupManagementType: String, protectedItemsCount: Int? = null, resourceGuardOperationRequests: List<String>? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, schedulePolicy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

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 'MAB'.

Link copied to clipboard

Number of items associated with this policy.

Link copied to clipboard

ResourceGuard Operation Requests

Link copied to clipboard
Link copied to clipboard
val schedulePolicy: Any? = null

Backup schedule of backup policy.