A2ATestFailoverInput interface
A2A provider specific input for test failover.
- Extends
Properties
cloud |
A value indicating whether to use recovery cloud service for TFO or not. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. |
Property Details
cloudServiceCreationOption
A value indicating whether to use recovery cloud service for TFO or not.
cloudServiceCreationOption?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
recoveryPointId
The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.
recoveryPointId?: string
Property Value
string