VMwareCbtPolicyCreationInputArgs

data class VMwareCbtPolicyCreationInputArgs(val appConsistentFrequencyInMinutes: Output<Int>? = null, val crashConsistentFrequencyInMinutes: Output<Int>? = null, val instanceType: Output<String>? = null, val recoveryPointHistoryInMinutes: Output<Int>? = null) : ConvertibleToJava<VMwareCbtPolicyCreationInputArgs>

VMware Cbt policy creation input.

Constructors

Link copied to clipboard
constructor(appConsistentFrequencyInMinutes: Output<Int>? = null, crashConsistentFrequencyInMinutes: Output<Int>? = null, instanceType: Output<String>? = null, recoveryPointHistoryInMinutes: Output<Int>? = null)

Properties

Link copied to clipboard

The app consistent snapshot frequency (in minutes).

Link copied to clipboard

The crash consistent snapshot frequency (in minutes).

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

The class type. Expected value is 'VMwareCbt'.

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

The duration in minutes until which the recovery points need to be stored.

Functions

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