Package version:

Recovery plan planned failover input properties.

interface RecoveryPlanPlannedFailoverInputProperties {
    failoverDirection: string;
    providerSpecificDetails?: RecoveryPlanProviderSpecificFailoverInputUnion[];
}

Properties

failoverDirection: string

The failover direction.

The provider specific properties.