Package version:

VMware Cbt specific policy details.

interface VmwareCbtPolicyDetails {
    appConsistentFrequencyInMinutes?: number;
    crashConsistentFrequencyInMinutes?: number;
    instanceType: "VMwareCbt";
    recoveryPointHistoryInMinutes?: 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

recoveryPointHistoryInMinutes?: number

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