InMageAzureV2UnplannedFailoverInput interface
InMageAzureV2 provider specific input for unplanned failover.
Properties
| instance |
The class type. |
| os |
A value indicating the inplace OS Upgrade version. |
| recovery |
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. |
Property Details
instanceType
The class type.
instanceType: "InMageAzureV2"
Property Value
"InMageAzureV2"
osUpgradeVersion
A value indicating the inplace OS Upgrade version.
osUpgradeVersion?: string
Property Value
string
recoveryPointId
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.
recoveryPointId?: string
Property Value
string