Package version:

InMageRcm specific policy details.

interface InMageRcmPolicyDetails {
    appConsistentFrequencyInMinutes?: number;
    crashConsistentFrequencyInMinutes?: number;
    enableMultiVmSync?: string;
    instanceType: "InMageRcm";
    recoveryPointHistoryInMinutes?: number;
}

Hierarchy (view full)

Properties

appConsistentFrequencyInMinutes?: number

The app consistent snapshot frequency in minutes.

crashConsistentFrequencyInMinutes?: number

The crash consistent snapshot frequency in minutes.

enableMultiVmSync?: string

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

instanceType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointHistoryInMinutes?: number

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