DropletBackupPolicy

data class DropletBackupPolicy(val hour: Int? = null, val plan: String? = null, val weekday: String? = null)

Constructors

Link copied to clipboard
constructor(hour: Int? = null, plan: String? = null, weekday: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hour: Int? = null

The hour of the day that the backup window will start (0, 4, 8, 12, 16, 20).

Link copied to clipboard
val plan: String? = null

The backup plan used for the Droplet. The plan can be either daily or weekly.

Link copied to clipboard
val weekday: String? = null

The day of the week on which the backup will occur (SUN, MON, TUE, WED, THU, FRI, SAT).