A2ARecoveryPointDetails interface
A2A provider specific recovery point details.
- Extends
Properties
disks | List of disk ids representing a recovery point. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
A value indicating whether the recovery point is multi VM consistent. |
Property Details
disks
List of disk ids representing a recovery point.
disks?: string[]
Property Value
string[]
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
recoveryPointSyncType
A value indicating whether the recovery point is multi VM consistent.
recoveryPointSyncType?: string
Property Value
string