VMware Cbt Policy Creation Input Args
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.
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
The class type. Expected value is 'VMwareCbt'.
Link copied to clipboard
The duration in minutes until which the recovery points need to be stored.