BackupPolicy interface

Rule based backup policy

Extends

Properties

objectType

Polymorphic discriminator, which specifies the different types this object can be

policyRules

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

Inherited Properties

datasourceTypes

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