Vmware Cbt Policy Details Response
data class VmwareCbtPolicyDetailsResponse(val appConsistentFrequencyInMinutes: Int? = null, val crashConsistentFrequencyInMinutes: Int? = null, val instanceType: String, val recoveryPointHistoryInMinutes: Int? = null)
VMware Cbt specific policy details.
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
Gets the class type. Overridden in derived classes. Expected value is 'VMwareCbt'.
Link copied to clipboard
The duration in minutes until which the recovery points need to be stored.