@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReplicationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReplicationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetReplicationConfigurationResult |
addStagingAreaTagsEntry(String key,
String value)
Add a single StagingAreaTags entry
|
GetReplicationConfigurationResult |
clearStagingAreaTagsEntries()
Removes all the entries added into StagingAreaTags.
|
GetReplicationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
Long |
getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
Boolean |
getCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
|
String |
getDataPlaneRouting()
The data plane routing mechanism that will be used for replication.
|
String |
getDefaultLargeStagingDiskType()
The Staging Disk EBS volume type to be used during replication.
|
String |
getEbsEncryption()
The type of EBS encryption to be used during replication.
|
String |
getEbsEncryptionKeyArn()
The ARN of the EBS encryption key to be used during replication.
|
String |
getName()
The name of the Replication Configuration.
|
List<PITPolicyRule> |
getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
|
List<ReplicationConfigurationReplicatedDisk> |
getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
|
String |
getReplicationServerInstanceType()
The instance type to be used for the replication server.
|
List<String> |
getReplicationServersSecurityGroupsIDs()
The security group IDs that will be used by the replication server.
|
String |
getSourceServerID()
The ID of the Source Server for this Replication Configuration.
|
String |
getStagingAreaSubnetId()
The subnet to be used by the replication staging area.
|
Map<String,String> |
getStagingAreaTags()
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
Boolean |
getUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
|
int |
hashCode() |
Boolean |
isAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
Boolean |
isCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
|
Boolean |
isUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
|
void |
setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
void |
setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
void |
setCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
void |
setDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
void |
setDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
void |
setEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
void |
setEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
void |
setName(String name)
The name of the Replication Configuration.
|
void |
setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
void |
setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
void |
setReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
void |
setReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
void |
setSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
|
void |
setStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
void |
setStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
void |
setUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
|
String |
toString()
Returns a string representation of this object.
|
GetReplicationConfigurationResult |
withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
GetReplicationConfigurationResult |
withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
GetReplicationConfigurationResult |
withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
GetReplicationConfigurationResult |
withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
GetReplicationConfigurationResult |
withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
GetReplicationConfigurationResult |
withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
GetReplicationConfigurationResult |
withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
GetReplicationConfigurationResult |
withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
|
GetReplicationConfigurationResult |
withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
GetReplicationConfigurationResult |
withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
GetReplicationConfigurationResult |
withName(String name)
The name of the Replication Configuration.
|
GetReplicationConfigurationResult |
withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
GetReplicationConfigurationResult |
withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
GetReplicationConfigurationResult |
withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
GetReplicationConfigurationResult |
withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
GetReplicationConfigurationResult |
withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
GetReplicationConfigurationResult |
withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
GetReplicationConfigurationResult |
withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
GetReplicationConfigurationResult |
withSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
|
GetReplicationConfigurationResult |
withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
GetReplicationConfigurationResult |
withStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
GetReplicationConfigurationResult |
withUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration.public Boolean getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
public GetReplicationConfigurationResult withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration.public Boolean isAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
public void setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.public Long getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
public GetReplicationConfigurationResult withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.public void setCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
createPublicIP
- Whether to create a Public IP for the Recovery Instance by default.public Boolean getCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
public GetReplicationConfigurationResult withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
createPublicIP
- Whether to create a Public IP for the Recovery Instance by default.public Boolean isCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
public void setDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public String getDataPlaneRouting()
The data plane routing mechanism that will be used for replication.
ReplicationConfigurationDataPlaneRouting
public GetReplicationConfigurationResult withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public GetReplicationConfigurationResult withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public void setDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public String getDefaultLargeStagingDiskType()
The Staging Disk EBS volume type to be used during replication.
ReplicationConfigurationDefaultLargeStagingDiskType
public GetReplicationConfigurationResult withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public GetReplicationConfigurationResult withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public void setEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public String getEbsEncryption()
The type of EBS encryption to be used during replication.
ReplicationConfigurationEbsEncryption
public GetReplicationConfigurationResult withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public GetReplicationConfigurationResult withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public void setEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
ebsEncryptionKeyArn
- The ARN of the EBS encryption key to be used during replication.public String getEbsEncryptionKeyArn()
The ARN of the EBS encryption key to be used during replication.
public GetReplicationConfigurationResult withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
ebsEncryptionKeyArn
- The ARN of the EBS encryption key to be used during replication.public void setName(String name)
The name of the Replication Configuration.
name
- The name of the Replication Configuration.public String getName()
The name of the Replication Configuration.
public GetReplicationConfigurationResult withName(String name)
The name of the Replication Configuration.
name
- The name of the Replication Configuration.public List<PITPolicyRule> getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
public void setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public GetReplicationConfigurationResult withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
NOTE: This method appends the values to the existing list (if any). Use
setPitPolicy(java.util.Collection)
or withPitPolicy(java.util.Collection)
if you want to
override the existing values.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public GetReplicationConfigurationResult withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public List<ReplicationConfigurationReplicatedDisk> getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
public void setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.public GetReplicationConfigurationResult withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
NOTE: This method appends the values to the existing list (if any). Use
setReplicatedDisks(java.util.Collection)
or withReplicatedDisks(java.util.Collection)
if you
want to override the existing values.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.public GetReplicationConfigurationResult withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.public void setReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
replicationServerInstanceType
- The instance type to be used for the replication server.public String getReplicationServerInstanceType()
The instance type to be used for the replication server.
public GetReplicationConfigurationResult withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
replicationServerInstanceType
- The instance type to be used for the replication server.public List<String> getReplicationServersSecurityGroupsIDs()
The security group IDs that will be used by the replication server.
public void setReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public GetReplicationConfigurationResult withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationServersSecurityGroupsIDs(java.util.Collection)
or
withReplicationServersSecurityGroupsIDs(java.util.Collection)
if you want to override the existing
values.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public GetReplicationConfigurationResult withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public void setSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
sourceServerID
- The ID of the Source Server for this Replication Configuration.public String getSourceServerID()
The ID of the Source Server for this Replication Configuration.
public GetReplicationConfigurationResult withSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
sourceServerID
- The ID of the Source Server for this Replication Configuration.public void setStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
stagingAreaSubnetId
- The subnet to be used by the replication staging area.public String getStagingAreaSubnetId()
The subnet to be used by the replication staging area.
public GetReplicationConfigurationResult withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
stagingAreaSubnetId
- The subnet to be used by the replication staging area.public Map<String,String> getStagingAreaTags()
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
public void setStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
stagingAreaTags
- A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.public GetReplicationConfigurationResult withStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
stagingAreaTags
- A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.public GetReplicationConfigurationResult addStagingAreaTagsEntry(String key, String value)
public GetReplicationConfigurationResult clearStagingAreaTagsEntries()
public void setUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
useDedicatedReplicationServer
- Whether to use a dedicated Replication Server in the replication staging area.public Boolean getUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
public GetReplicationConfigurationResult withUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
useDedicatedReplicationServer
- Whether to use a dedicated Replication Server in the replication staging area.public Boolean isUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
public String toString()
toString
in class Object
Object.toString()
public GetReplicationConfigurationResult clone()