PolicyFileShareBackupHourlyArgs

data class PolicyFileShareBackupHourlyArgs(val interval: Output<Int>, val startTime: Output<String>, val windowDuration: Output<Int>) : ConvertibleToJava<PolicyFileShareBackupHourlyArgs>

Constructors

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

Properties

Link copied to clipboard
val interval: Output<Int>

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

Link copied to clipboard
val startTime: Output<String>

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
val windowDuration: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): PolicyFileShareBackupHourlyArgs