BackupPolicyResponse

data class BackupPolicyResponse(val datasourceTypes: List<String>, val objectType: String, val policyRules: List<Either<AzureBackupRuleResponse, AzureRetentionRuleResponse>>)

Rule based backup policy

Constructors

Link copied to clipboard
constructor(datasourceTypes: List<String>, objectType: String, policyRules: List<Either<AzureBackupRuleResponse, AzureRetentionRuleResponse>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of datasource for the backup management

Link copied to clipboard

Expected value is 'BackupPolicy'.

Link copied to clipboard

Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc