| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.clone() |
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withDeviceName(String deviceName)
The name of the device.
|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withIops(Long iops)
The requested number of I/O operations per second (IOPS).
|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withIsBootDisk(Boolean isBootDisk)
Whether to boot from this disk or not.
|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withOptimizedStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withOptimizedStagingDiskType(String optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withStagingDiskType(String stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withThroughput(Long throughput)
The throughput to use for the EBS volume in MiB/s.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationConfigurationReplicatedDisk> |
UpdateReplicationConfigurationRequest.getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
|
List<ReplicationConfigurationReplicatedDisk> |
UpdateReplicationConfigurationResult.getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
|
List<ReplicationConfigurationReplicatedDisk> |
GetReplicationConfigurationResult.getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationConfigurationRequest |
UpdateReplicationConfigurationRequest.withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationResult |
UpdateReplicationConfigurationResult.withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
GetReplicationConfigurationResult |
GetReplicationConfigurationResult.withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReplicationConfigurationRequest.setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
void |
UpdateReplicationConfigurationResult.setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
void |
GetReplicationConfigurationResult.setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationRequest |
UpdateReplicationConfigurationRequest.withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationResult |
UpdateReplicationConfigurationResult.withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
GetReplicationConfigurationResult |
GetReplicationConfigurationResult.withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
Copyright © 2024. All rights reserved.