Package version:

A2A provider specific input for unplanned cluster failover.

interface A2AClusterUnplannedFailoverInput {
    clusterRecoveryPointId?: string;
    individualNodeRecoveryPoints?: string[];
    instanceType: "A2A";
}

Hierarchy (view full)

Properties

clusterRecoveryPointId?: string

The cluster recovery point id to be passed to failover to a particular recovery point.

individualNodeRecoveryPoints?: string[]

The list of individual node recovery points.

instanceType

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