BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs

data class BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs>

Constructors

constructor(day: Output<Int>? = null, month: Output<Int>? = null, year: Output<Int>? = null)

Properties

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

Day of a month.

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

Month of a year.

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

Year of the date.

Functions

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