GetSnapshotPolicyWeeklySchedule

data class GetSnapshotPolicyWeeklySchedule(val daysOfWeeks: List<String>, val hour: Int, val minute: Int, val snapshotsToKeep: Int)

Constructors

Link copied to clipboard
constructor(daysOfWeeks: List<String>, hour: Int, minute: Int, snapshotsToKeep: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of the week days using English names when the snapshots will be created.

Link copied to clipboard
val hour: Int

Hour of the day that the snapshots will be created.

Link copied to clipboard
val minute: Int

Minute of the hour that the snapshots will be created.

Link copied to clipboard

How many hourly snapshots to keep.