Instance Automated Backup Config
data class InstanceAutomatedBackupConfig(val fixedFrequencySchedule: InstanceAutomatedBackupConfigFixedFrequencySchedule, val retention: String)
Constructors
Link copied to clipboard
constructor(fixedFrequencySchedule: InstanceAutomatedBackupConfigFixedFrequencySchedule, retention: String)
Properties
Link copied to clipboard
Trigger automated backups at a fixed frequency. Structure is documented below.
Link copied to clipboard
How long to keep automated backups before the backups are deleted. The value should be between 1 day and 365 days. If not specified, the default value is 35 days. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". The default_value is "3024000s"