Interface FailoverShareOptions.FallbackPolicy

  • Enclosing class:
    FailoverShareOptions

    public static interface FailoverShareOptions.FallbackPolicy
    The action to take if the failover request is accepted but cannot be performed or times out: - `fail`: Fail the operation, resulting in the replication relationship being unchanged. - `split`: Split the replica from its source, resulting in two individual read-write file shares. Because the final sync was not completed, the replica may be out-of-date. This occurs in disaster recovery scenarios where the source is known to be unreachable.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String FAIL
      fail.
      static String SPLIT
      split.