Simple Schedule Policy V2Response
data class SimpleSchedulePolicyV2Response(val dailySchedule: DailyScheduleResponse? = null, val hourlySchedule: HourlyScheduleResponse? = null, val schedulePolicyType: String, val scheduleRunFrequency: String? = null, val weeklySchedule: WeeklyScheduleResponse? = null)
The V2 policy schedule for IaaS that supports hourly backups.
Constructors
Link copied to clipboard
constructor(dailySchedule: DailyScheduleResponse? = null, hourlySchedule: HourlyScheduleResponse? = null, schedulePolicyType: String, scheduleRunFrequency: String? = null, weeklySchedule: WeeklyScheduleResponse? = null)
Properties
Link copied to clipboard
Daily schedule of this policy
Link copied to clipboard
hourly schedule of this policy
Link copied to clipboard
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'SimpleSchedulePolicyV2'.
Link copied to clipboard
Frequency of the schedule operation of this policy.
Link copied to clipboard
Weekly schedule of this policy