BackupPolicy interface
Rule based backup policy
- Extends
Properties
object |
Polymorphic discriminator, which specifies the different types this object can be |
policy |
Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc |
Inherited Properties
datasource |
Type of datasource for the backup management |
Property Details
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "BackupPolicy"
Property Value
"BackupPolicy"
policyRules
Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
policyRules: BasePolicyRuleUnion[]
Property Value
Inherited Property Details
datasourceTypes
Type of datasource for the backup management
datasourceTypes: string[]
Property Value
string[]
Inherited From BaseBackupPolicy.datasourceTypes