InMagePolicyInput interface
VMWare Azure specific protection profile Input.
- Extends
Properties
app |
The app consistent snapshot frequency (in minutes). |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
multi |
A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'. |
recovery |
The duration in minutes until which the recovery points need to be stored. |
recovery |
The recovery point threshold in minutes. |
Property Details
appConsistentFrequencyInMinutes
The app consistent snapshot frequency (in minutes).
appConsistentFrequencyInMinutes?: number
Property Value
number
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMage"
Property Value
"InMage"
multiVmSyncStatus
A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.
multiVmSyncStatus: string
Property Value
string
recoveryPointHistory
The duration in minutes until which the recovery points need to be stored.
recoveryPointHistory?: number
Property Value
number
recoveryPointThresholdInMinutes
The recovery point threshold in minutes.
recoveryPointThresholdInMinutes?: number
Property Value
number