Package version:

InMage specific protection profile details.

interface InMagePolicyDetails {
    appConsistentFrequencyInMinutes?: number;
    instanceType: "InMage";
    multiVmSyncStatus?: string;
    recoveryPointHistory?: number;
    recoveryPointThresholdInMinutes?: number;
}

Hierarchy (view full)

Properties

appConsistentFrequencyInMinutes?: number

The app consistent snapshot frequency in minutes.

instanceType

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

multiVmSyncStatus?: string

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

recoveryPointHistory?: number

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

recoveryPointThresholdInMinutes?: number

The recovery point threshold in minutes.