SubProtectionPolicy interface

Sub-protection policy which includes schedule and retention

Properties

policyType

Type of backup policy type

retentionPolicy

Retention policy with the details on backup copy retention ranges.

schedulePolicy

Backup schedule specified as part of backup policy.

snapshotBackupAdditionalDetails

Snapshot Backup related fields for WorkloadType SaPHanaSystem

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.

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}