InMageRcmUnplannedFailoverInput interface
InMageRcm provider specific input for unplanned failover.
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| os |
A value indicating the inplace OS Upgrade version. |
| perform |
A value indicating whether VM is to be shutdown. |
| 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
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMageRcm"
Property Value
"InMageRcm"
osUpgradeVersion
A value indicating the inplace OS Upgrade version.
osUpgradeVersion?: string
Property Value
string
performShutdown
A value indicating whether VM is to be shutdown.
performShutdown: 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