InMageRcmPolicyCreationInput interface

InMageRcm policy creation input.

Extends

Properties

appConsistentFrequencyInMinutes

The app consistent snapshot frequency (in minutes).

crashConsistentFrequencyInMinutes

The crash consistent snapshot frequency (in minutes).

enableMultiVmSync

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

instanceType

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

recoveryPointHistoryInMinutes

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

Property Details

appConsistentFrequencyInMinutes

The app consistent snapshot frequency (in minutes).

appConsistentFrequencyInMinutes?: number

Property Value

number

crashConsistentFrequencyInMinutes

The crash consistent snapshot frequency (in minutes).

crashConsistentFrequencyInMinutes?: number

Property Value

number

enableMultiVmSync

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

enableMultiVmSync?: string

Property Value

string

instanceType

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

instanceType: "InMageRcm"

Property Value

"InMageRcm"

recoveryPointHistoryInMinutes

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

recoveryPointHistoryInMinutes?: number

Property Value

number