SnapshotPolicyHourlySchedule

data class SnapshotPolicyHourlySchedule(val minute: Int, val snapshotsToKeep: Int)

Constructors

Link copied to clipboard
constructor(minute: Int, snapshotsToKeep: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minute: Int

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

Link copied to clipboard

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