PolicyFileShareBackupHourly

data class PolicyFileShareBackupHourly(val interval: Int, val startTime: String, val windowDuration: Int)

Constructors

Link copied to clipboard
constructor(interval: Int, startTime: String, windowDuration: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the interval at which backup needs to be triggered. Possible values are 4, 6, 8 and 12.

Link copied to clipboard

Specifies the start time of the hourly backup. The time format should be in 24-hour format. Times must be either on the hour or half hour (e.g. 12:00, 12:30, 13:00, etc.).

Link copied to clipboard

Species the duration of the backup window in hours. Details could be found here.