Package version:

InMageAzureV2 provider specific input for unplanned failover.

interface InMageAzureV2UnplannedFailoverInput {
    instanceType: "InMageAzureV2";
    osUpgradeVersion?: string;
    recoveryPointId?: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

osUpgradeVersion?: string

A value indicating the inplace OS Upgrade version.

recoveryPointId?: string

The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.