Package version:

Reverse replication input properties.

interface ReverseReplicationInputProperties {
    failoverDirection?: string;
    providerSpecificDetails?: ReverseReplicationProviderSpecificInputUnion;
}

Properties

failoverDirection?: string

Failover direction.

Provider specific reverse replication input.