Share via


A2AClusterTestFailoverInput interface

A2A provider specific input for test cluster failover.

Extends

Properties

clusterRecoveryPointId

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

individualNodeRecoveryPoints

The list of individual node recovery points.

instanceType

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

Property Details

clusterRecoveryPointId

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

clusterRecoveryPointId?: string

Property Value

string

individualNodeRecoveryPoints

The list of individual node recovery points.

individualNodeRecoveryPoints?: string[]

Property Value

string[]

instanceType

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

instanceType: "A2A"

Property Value

"A2A"