DailyScheduleArgs

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

Daily Schedule properties

Constructors

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

Properties

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

Daily 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(): DailyScheduleArgs