| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceFailback |
RecoveryInstanceFailback.clone() |
RecoveryInstanceFailback |
RecoveryInstance.getFailback()
An object representing failback related information of the Recovery Instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withAgentLastSeenByServiceDateTime(String agentLastSeenByServiceDateTime)
The date and time the agent on the Recovery Instance was last seen by the service.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withElapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Recovery Instance has been replicating for.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackClientID(String failbackClientID)
The ID of the failback client that this Recovery Instance is associated with.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackClientLastSeenByServiceDateTime(String failbackClientLastSeenByServiceDateTime)
The date and time that the failback client was last seen by the service.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackInitiationTime(String failbackInitiationTime)
The date and time that the failback initiation started.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackJobID(String failbackJobID)
The Job ID of the last failback log for this Recovery Instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackLaunchType(FailbackLaunchType failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackLaunchType(String failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFailbackToOriginalServer(Boolean failbackToOriginalServer)
Whether we are failing back to the original Source Server for this Recovery Instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withFirstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Recovery Instance.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withState(FailbackState state)
The state of the failback process that this Recovery Instance is in.
|
RecoveryInstanceFailback |
RecoveryInstanceFailback.withState(String state)
The state of the failback process that this Recovery Instance is in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryInstance.setFailback(RecoveryInstanceFailback failback)
An object representing failback related information of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withFailback(RecoveryInstanceFailback failback)
An object representing failback related information of the Recovery Instance.
|
Copyright © 2023. All rights reserved.