Package version:

VMWare Azure specific policy Input.

interface InMageAzureV2PolicyInput {
    appConsistentFrequencyInMinutes?: number;
    crashConsistentFrequencyInMinutes?: number;
    instanceType: "InMageAzureV2";
    multiVmSyncStatus: string;
    recoveryPointHistory?: number;
    recoveryPointThresholdInMinutes?: number;
}

Hierarchy (view full)

Properties

appConsistentFrequencyInMinutes?: number

The app consistent snapshot frequency (in minutes).

crashConsistentFrequencyInMinutes?: number

The crash 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. Value should be 'Enabled' or 'Disabled'.

recoveryPointHistory?: number

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

recoveryPointThresholdInMinutes?: number

The recovery point threshold in minutes.