InMageRcmPolicyDetailsResponse

data class InMageRcmPolicyDetailsResponse(val appConsistentFrequencyInMinutes: Int? = null, val crashConsistentFrequencyInMinutes: Int? = null, val enableMultiVmSync: String? = null, val instanceType: String, val recoveryPointHistoryInMinutes: Int? = null)

InMageRcm specific policy details.

Constructors

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

Types

Link copied to clipboard
object Companion

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

A value indicating whether multi-VM sync has to be enabled.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'InMageRcm'.

Link copied to clipboard

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