Package version:

Recovery plan test failover input properties.

interface RecoveryPlanTestFailoverInputProperties {
    failoverDirection: string;
    networkId?: string;
    networkType: string;
    providerSpecificDetails?: RecoveryPlanProviderSpecificFailoverInputUnion[];
}

Properties

failoverDirection: string

The failover direction.

networkId?: string

The Id of the network to be used for test failover.

networkType: string

The network type to be used for test failover.

The provider specific properties.