policies property

List<String>? policies
getter/setter pair

The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image.

For example, onvaults.

Implementation

core.List<core.String>? policies;