Cluster Automated Backup Policy Weekly Schedule
data class ClusterAutomatedBackupPolicyWeeklySchedule(val daysOfWeeks: List<String>? = null, val startTimes: List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTime>)
Constructors
Link copied to clipboard
constructor(daysOfWeeks: List<String>? = null, startTimes: List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTime>)
Properties
Link copied to clipboard
The days of the week to perform a backup. At least one day of the week must be provided. Each value may be one of: MONDAY
, TUESDAY
, WEDNESDAY
, THURSDAY
, FRIDAY
, SATURDAY
, SUNDAY
.
Link copied to clipboard
The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). Structure is documented below.