Package version:

InMageRcmFailback policy creation input.

interface InMageRcmFailbackPolicyCreationInput {
    appConsistentFrequencyInMinutes?: number;
    crashConsistentFrequencyInMinutes?: number;
    instanceType: "InMageRcmFailback";
}

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