HourlyScheduleArgs

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

Hourly Schedule properties

Constructors

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

Properties

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

Hourly 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(): HourlyScheduleArgs