WeeklyScheduleArgs

data class WeeklyScheduleArgs(val day: Output<String>? = null, val hour: Output<Int>? = null, val minute: Output<Int>? = null, val snapshotsToKeep: Output<Int>? = null, val usedBytes: Output<Double>? = null) : ConvertibleToJava<WeeklyScheduleArgs>

Weekly Schedule properties, make a snapshot every week at a specific day or days

Constructors

Link copied to clipboard
constructor(day: Output<String>? = null, hour: Output<Int>? = null, minute: Output<Int>? = null, snapshotsToKeep: Output<Int>? = null, usedBytes: Output<Double>? = null)

Properties

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

Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english

Link copied to clipboard
val hour: Output<Int>? = null

Indicates which hour in UTC timezone a snapshot should be taken

Link copied to clipboard
val minute: Output<Int>? = null

Indicates which minute snapshot should be taken

Link copied to clipboard
val snapshotsToKeep: Output<Int>? = null

Weekly snapshot count to keep

Link copied to clipboard
val usedBytes: Output<Double>? = null

Resource size in bytes, current storage usage for the volume in bytes

Functions

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