ConfigurationProfilePreferenceVmBackupArgs

data class ConfigurationProfilePreferenceVmBackupArgs(val instantRpRetentionRangeInDays: Output<Int>? = null, val retentionPolicy: Output<String>? = null, val schedulePolicy: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ConfigurationProfilePreferenceVmBackupArgs>

Automanage configuration profile VM Backup preferences.

Constructors

constructor(instantRpRetentionRangeInDays: Output<Int>? = null, retentionPolicy: Output<String>? = null, schedulePolicy: Output<String>? = null, timeZone: Output<String>? = null)

Properties

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

Instant RP retention policy range in days

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

Retention policy with the details on backup copy retention ranges.

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

Backup schedule specified as part of backup policy.

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

TimeZone optional input as string. For example: Pacific Standard Time

Functions

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