DropletBackupPolicyArgs

data class DropletBackupPolicyArgs(val hour: Output<Int>? = null, val plan: Output<String>? = null, val weekday: Output<String>? = null) : ConvertibleToJava<DropletBackupPolicyArgs>

Constructors

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

Properties

Link copied to clipboard
val hour: Output<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: Output<String>? = null

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

Link copied to clipboard
val weekday: Output<String>? = null

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

Functions

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