Package version:

InMageRcm provider specific input for test failover.

interface InMageRcmTestFailoverInput {
    instanceType: "InMageRcm";
    networkId?: string;
    osUpgradeVersion?: string;
    recoveryPointId?: string;
}

Hierarchy (view full)

Properties

instanceType

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

networkId?: string

The test network Id.

osUpgradeVersion?: string

A value indicating the inplace OS Upgrade version.

recoveryPointId?: string

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.