SimpleSchedulePolicyV2 interface

The V2 policy schedule for IaaS that supports hourly backups.

Extends

Properties

dailySchedule

Daily schedule of this policy

hourlySchedule

hourly schedule of this policy

schedulePolicyType

Polymorphic discriminator, which specifies the different types this object can be

scheduleRunFrequency

Frequency of the schedule operation of this policy.

weeklySchedule

Weekly schedule of this policy

Property Details

dailySchedule

Daily schedule of this policy

dailySchedule?: DailySchedule

Property Value

hourlySchedule

hourly schedule of this policy

hourlySchedule?: HourlySchedule

Property Value

schedulePolicyType

Polymorphic discriminator, which specifies the different types this object can be

schedulePolicyType: "SimpleSchedulePolicyV2"

Property Value

"SimpleSchedulePolicyV2"

scheduleRunFrequency

Frequency of the schedule operation of this policy.

scheduleRunFrequency?: string

Property Value

string

weeklySchedule

Weekly schedule of this policy

weeklySchedule?: WeeklySchedule

Property Value