A2AClusterTestFailoverInput interface
A2A provider specific input for test cluster failover.
Properties
cluster |
The cluster recovery point id to be passed to failover to a particular recovery point. |
individual |
The list of individual node recovery points. |
instance |
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"