Package version:

A2A provider specific recovery point details.

interface A2ARecoveryPointDetails {
    disks?: string[];
    instanceType: "A2A";
    recoveryPointSyncType?: string;
}

Hierarchy (view full)

Properties

disks?: string[]

List of disk ids representing a recovery point.

instanceType

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

recoveryPointSyncType?: string

A value indicating whether the recovery point is multi VM consistent.