@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationConfigurationReplicatedDisk extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationConfigurationReplicatedDisk.Builder,ReplicationConfigurationReplicatedDisk>
The configuration of a disk of the Source Server to be replicated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationConfigurationReplicatedDisk.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConfigurationReplicatedDisk.Builder |
builder() |
String |
deviceName()
The name of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
iops()
The requested number of I/O operations per second (IOPS).
|
Boolean |
isBootDisk()
Whether to boot from this disk or not.
|
ReplicationConfigurationReplicatedDiskStagingDiskType |
optimizedStagingDiskType()
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
String |
optimizedStagingDiskTypeAsString()
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationConfigurationReplicatedDisk.Builder> |
serializableBuilderClass() |
ReplicationConfigurationReplicatedDiskStagingDiskType |
stagingDiskType()
The Staging Disk EBS volume type to be used during replication.
|
String |
stagingDiskTypeAsString()
The Staging Disk EBS volume type to be used during replication.
|
Long |
throughput()
The throughput to use for the EBS volume in MiB/s.
|
ReplicationConfigurationReplicatedDisk.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceName()
The name of the device.
public final Long iops()
The requested number of I/O operations per second (IOPS).
public final Boolean isBootDisk()
Whether to boot from this disk or not.
public final ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType()
The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to Auto.
This is a read-only field.
If the service returns an enum value that is not available in the current SDK version,
optimizedStagingDiskType will return
ReplicationConfigurationReplicatedDiskStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from optimizedStagingDiskTypeAsString().
stagingDiskType is set
to Auto. This is a read-only field.ReplicationConfigurationReplicatedDiskStagingDiskTypepublic final String optimizedStagingDiskTypeAsString()
The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to Auto.
This is a read-only field.
If the service returns an enum value that is not available in the current SDK version,
optimizedStagingDiskType will return
ReplicationConfigurationReplicatedDiskStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from optimizedStagingDiskTypeAsString().
stagingDiskType is set
to Auto. This is a read-only field.ReplicationConfigurationReplicatedDiskStagingDiskTypepublic final ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType()
The Staging Disk EBS volume type to be used during replication.
If the service returns an enum value that is not available in the current SDK version, stagingDiskType
will return ReplicationConfigurationReplicatedDiskStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from stagingDiskTypeAsString().
ReplicationConfigurationReplicatedDiskStagingDiskTypepublic final String stagingDiskTypeAsString()
The Staging Disk EBS volume type to be used during replication.
If the service returns an enum value that is not available in the current SDK version, stagingDiskType
will return ReplicationConfigurationReplicatedDiskStagingDiskType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from stagingDiskTypeAsString().
ReplicationConfigurationReplicatedDiskStagingDiskTypepublic final Long throughput()
The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.
public ReplicationConfigurationReplicatedDisk.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationConfigurationReplicatedDisk.Builder,ReplicationConfigurationReplicatedDisk>public static ReplicationConfigurationReplicatedDisk.Builder builder()
public static Class<? extends ReplicationConfigurationReplicatedDisk.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.