SubProtectionPolicy interface
Sub-protection policy which includes schedule and retention
Properties
policy |
Type of backup policy type |
retention |
Retention policy with the details on backup copy retention ranges. |
schedule |
Backup schedule specified as part of backup policy. |
snapshot |
Snapshot Backup related fields for WorkloadType SaPHanaSystem |
tiering |
Tiering policy to automatically move RPs to another tier. Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier. |
Property Details
policyType
Type of backup policy type
policyType?: string
Property Value
string
retentionPolicy
Retention policy with the details on backup copy retention ranges.
retentionPolicy?: RetentionPolicyUnion
Property Value
schedulePolicy
Backup schedule specified as part of backup policy.
schedulePolicy?: SchedulePolicyUnion
Property Value
snapshotBackupAdditionalDetails
Snapshot Backup related fields for WorkloadType SaPHanaSystem
snapshotBackupAdditionalDetails?: SnapshotBackupAdditionalDetails
Property Value
tieringPolicy
Tiering policy to automatically move RPs to another tier. Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier.
tieringPolicy?: {[propertyName: string]: TieringPolicy}
Property Value
{[propertyName: string]: TieringPolicy}