rpoConfig property

RpoConfig? rpoConfig
getter/setter pair

Defines the RPO schedule configuration for this BackupPlan.

This is mutually exclusive with the cron_schedule field since at most one schedule can be defined for a BackupPLan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.

Optional.

Implementation

RpoConfig? rpoConfig;