InMageRcmTestFailoverInput interface
InMageRcm provider specific input for test failover.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
network |
The test network Id. |
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
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMageRcm"
Property Value
"InMageRcm"
networkId
The test network Id.
networkId?: string
Property Value
string
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