MonthlyScheduleArgs

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

Monthly Schedule properties

Constructors

Link copied to clipboard
constructor(daysOfMonth: 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 daysOfMonth: Output<String>? = null

Indicates which days of the month snapshot should be taken. A comma delimited string.

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

Monthly 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(): MonthlyScheduleArgs