Package version:

A2A provider specific cluster recovery point details.

interface A2AClusterRecoveryPointDetails {
    instanceType: "A2A";
    nodes?: string[];
    recoveryPointSyncType?: string;
}

Hierarchy (view full)

Properties

instanceType

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

nodes?: string[]

The list of nodes representing the cluster.

recoveryPointSyncType?: string

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