targetRpoMinutes property

int? targetRpoMinutes
getter/setter pair

Defines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan.

This must be at least 60, i.e., 1 hour, and at most 86400, i.e., 60 days.

Required.

Implementation

core.int? targetRpoMinutes;