public static interface RecoveryInstanceFailback.Builder extends SdkPojo, CopyableBuilder<RecoveryInstanceFailback.Builder,RecoveryInstanceFailback>
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceFailback.Builder |
agentLastSeenByServiceDateTime(String agentLastSeenByServiceDateTime)
The date and time the agent on the Recovery Instance was last seen by the service.
|
RecoveryInstanceFailback.Builder |
elapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Recovery Instance has been replicating for.
|
RecoveryInstanceFailback.Builder |
failbackClientID(String failbackClientID)
The ID of the failback client that this Recovery Instance is associated with.
|
RecoveryInstanceFailback.Builder |
failbackClientLastSeenByServiceDateTime(String failbackClientLastSeenByServiceDateTime)
The date and time that the failback client was last seen by the service.
|
RecoveryInstanceFailback.Builder |
failbackInitiationTime(String failbackInitiationTime)
The date and time that the failback initiation started.
|
RecoveryInstanceFailback.Builder |
failbackJobID(String failbackJobID)
The Job ID of the last failback log for this Recovery Instance.
|
RecoveryInstanceFailback.Builder |
failbackLaunchType(FailbackLaunchType failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
|
RecoveryInstanceFailback.Builder |
failbackLaunchType(String failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
|
RecoveryInstanceFailback.Builder |
failbackToOriginalServer(Boolean failbackToOriginalServer)
Whether we are failing back to the original Source Server for this Recovery Instance.
|
RecoveryInstanceFailback.Builder |
firstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Recovery Instance.
|
RecoveryInstanceFailback.Builder |
state(FailbackState state)
The state of the failback process that this Recovery Instance is in.
|
RecoveryInstanceFailback.Builder |
state(String state)
The state of the failback process that this Recovery Instance is in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryInstanceFailback.Builder agentLastSeenByServiceDateTime(String agentLastSeenByServiceDateTime)
The date and time the agent on the Recovery Instance was last seen by the service.
agentLastSeenByServiceDateTime - The date and time the agent on the Recovery Instance was last seen by the service.RecoveryInstanceFailback.Builder elapsedReplicationDuration(String elapsedReplicationDuration)
The amount of time that the Recovery Instance has been replicating for.
elapsedReplicationDuration - The amount of time that the Recovery Instance has been replicating for.RecoveryInstanceFailback.Builder failbackClientID(String failbackClientID)
The ID of the failback client that this Recovery Instance is associated with.
failbackClientID - The ID of the failback client that this Recovery Instance is associated with.RecoveryInstanceFailback.Builder failbackClientLastSeenByServiceDateTime(String failbackClientLastSeenByServiceDateTime)
The date and time that the failback client was last seen by the service.
failbackClientLastSeenByServiceDateTime - The date and time that the failback client was last seen by the service.RecoveryInstanceFailback.Builder failbackInitiationTime(String failbackInitiationTime)
The date and time that the failback initiation started.
failbackInitiationTime - The date and time that the failback initiation started.RecoveryInstanceFailback.Builder failbackJobID(String failbackJobID)
The Job ID of the last failback log for this Recovery Instance.
failbackJobID - The Job ID of the last failback log for this Recovery Instance.RecoveryInstanceFailback.Builder failbackLaunchType(String failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
failbackLaunchType - The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery
instance.FailbackLaunchType,
FailbackLaunchTypeRecoveryInstanceFailback.Builder failbackLaunchType(FailbackLaunchType failbackLaunchType)
The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
failbackLaunchType - The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery
instance.FailbackLaunchType,
FailbackLaunchTypeRecoveryInstanceFailback.Builder failbackToOriginalServer(Boolean failbackToOriginalServer)
Whether we are failing back to the original Source Server for this Recovery Instance.
failbackToOriginalServer - Whether we are failing back to the original Source Server for this Recovery Instance.RecoveryInstanceFailback.Builder firstByteDateTime(String firstByteDateTime)
The date and time of the first byte that was replicated from the Recovery Instance.
firstByteDateTime - The date and time of the first byte that was replicated from the Recovery Instance.RecoveryInstanceFailback.Builder state(String state)
The state of the failback process that this Recovery Instance is in.
state - The state of the failback process that this Recovery Instance is in.FailbackState,
FailbackStateRecoveryInstanceFailback.Builder state(FailbackState state)
The state of the failback process that this Recovery Instance is in.
state - The state of the failback process that this Recovery Instance is in.FailbackState,
FailbackStateCopyright © 2023. All rights reserved.