SourceServer.Builder |
SourceServer.Builder.agentVersion(String agentVersion) |
The version of the DRS agent installed on the source server
|
SourceServer.Builder |
SourceServer.Builder.arn(String arn) |
The ARN of the Source Server.
|
static SourceServer.Builder |
SourceServer.builder() |
|
default SourceServer.Builder |
SourceServer.Builder.dataReplicationInfo(Consumer<DataReplicationInfo.Builder> dataReplicationInfo) |
The Data Replication Info of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.dataReplicationInfo(DataReplicationInfo dataReplicationInfo) |
The Data Replication Info of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.lastLaunchResult(String lastLaunchResult) |
The status of the last recovery launch of this Source Server.
|
SourceServer.Builder |
SourceServer.Builder.lastLaunchResult(LastLaunchResult lastLaunchResult) |
The status of the last recovery launch of this Source Server.
|
default SourceServer.Builder |
SourceServer.Builder.lifeCycle(Consumer<LifeCycle.Builder> lifeCycle) |
The lifecycle information of this Source Server.
|
SourceServer.Builder |
SourceServer.Builder.lifeCycle(LifeCycle lifeCycle) |
The lifecycle information of this Source Server.
|
SourceServer.Builder |
SourceServer.Builder.recoveryInstanceId(String recoveryInstanceId) |
The ID of the Recovery Instance associated with this Source Server.
|
SourceServer.Builder |
SourceServer.Builder.replicationDirection(String replicationDirection) |
Replication direction of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.replicationDirection(ReplicationDirection replicationDirection) |
Replication direction of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.reversedDirectionSourceServerArn(String reversedDirectionSourceServerArn) |
For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the
ARN of the Source Server on the opposite replication direction.
|
default SourceServer.Builder |
SourceServer.Builder.sourceCloudProperties(Consumer<SourceCloudProperties.Builder> sourceCloudProperties) |
Source cloud properties of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.sourceCloudProperties(SourceCloudProperties sourceCloudProperties) |
Source cloud properties of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.sourceNetworkID(String sourceNetworkID) |
ID of the Source Network which is protecting this Source Server's network.
|
default SourceServer.Builder |
SourceServer.Builder.sourceProperties(Consumer<SourceProperties.Builder> sourceProperties) |
The source properties of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.sourceProperties(SourceProperties sourceProperties) |
The source properties of the Source Server.
|
SourceServer.Builder |
SourceServer.Builder.sourceServerID(String sourceServerID) |
The ID of the Source Server.
|
default SourceServer.Builder |
SourceServer.Builder.stagingArea(Consumer<StagingArea.Builder> stagingArea) |
The staging area of the source server.
|
SourceServer.Builder |
SourceServer.Builder.stagingArea(StagingArea stagingArea) |
The staging area of the source server.
|
SourceServer.Builder |
SourceServer.Builder.tags(Map<String,String> tags) |
The tags associated with the Source Server.
|
SourceServer.Builder |
SourceServer.toBuilder() |
|