SnapshotPolicyDailyScheduleArgs

data class SnapshotPolicyDailyScheduleArgs(val hour: Output<Int>, val minute: Output<Int>, val snapshotsToKeep: Output<Int>) : ConvertibleToJava<SnapshotPolicyDailyScheduleArgs>

Constructors

Link copied to clipboard
constructor(hour: Output<Int>, minute: Output<Int>, snapshotsToKeep: Output<Int>)

Properties

Link copied to clipboard
val hour: Output<Int>

Hour of the day that the snapshots will be created, valid range is from 0 to 23.

Link copied to clipboard
val minute: Output<Int>

Minute of the hour that the snapshots will be created, valid range is from 0 to 59.

Link copied to clipboard
val snapshotsToKeep: Output<Int>

How many hourly snapshots to keep, valid range is from 0 to 255.

Functions

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