Get Instance Automated Backup Config
data class GetInstanceAutomatedBackupConfig(val fixedFrequencySchedules: List<GetInstanceAutomatedBackupConfigFixedFrequencySchedule>, val retention: String)
Constructors
Link copied to clipboard
constructor(fixedFrequencySchedules: List<GetInstanceAutomatedBackupConfigFixedFrequencySchedule>, retention: String)
Properties
Link copied to clipboard
Trigger automated backups at a fixed frequency.
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"