Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
FAIL
static final String FAIL
fail.- See Also:
- Constant Field Values
-
SPLIT
static final String SPLIT
split.- See Also:
- Constant Field Values
-
-