InMageAzureV2PolicyDetailsResponse

data class InMageAzureV2PolicyDetailsResponse(val appConsistentFrequencyInMinutes: Int? = null, val crashConsistentFrequencyInMinutes: Int? = null, val instanceType: String, val multiVmSyncStatus: String? = null, val recoveryPointHistory: Int? = null, val recoveryPointThresholdInMinutes: Int? = null)

InMage Azure v2 specific protection profile details.

Constructors

Link copied to clipboard
constructor(appConsistentFrequencyInMinutes: Int? = null, crashConsistentFrequencyInMinutes: Int? = null, instanceType: String, multiVmSyncStatus: String? = null, recoveryPointHistory: Int? = null, recoveryPointThresholdInMinutes: 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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The recovery point threshold in minutes.