Package version:

Recovery plan action details.

interface RecoveryPlanAction {
    actionName: string;
    customDetails: RecoveryPlanActionDetailsUnion;
    failoverDirections: string[];
    failoverTypes: string[];
}

Properties

actionName: string

The action name.

The custom details.

failoverDirections: string[]

The list of failover directions.

failoverTypes: string[]

The list of failover types.