@Generated(value="software.amazon.awssdk:codegen") public final class DataReplicationInfoReplicatedDisk extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataReplicationInfoReplicatedDisk.Builder,DataReplicationInfoReplicatedDisk>
A disk that should be replicated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataReplicationInfoReplicatedDisk.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
backloggedStorageBytes()
The size of the replication backlog in bytes.
|
static DataReplicationInfoReplicatedDisk.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 |
replicatedStorageBytes()
The amount of data replicated so far in bytes.
|
Long |
rescannedStorageBytes()
The amount of data to be rescanned in bytes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataReplicationInfoReplicatedDisk.Builder> |
serializableBuilderClass() |
DataReplicationInfoReplicatedDisk.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalStorageBytes()
The total amount of data to be replicated in bytes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long backloggedStorageBytes()
The size of the replication backlog in bytes.
public final String deviceName()
The name of the device.
public final Long replicatedStorageBytes()
The amount of data replicated so far in bytes.
public final Long rescannedStorageBytes()
The amount of data to be rescanned in bytes.
public final Long totalStorageBytes()
The total amount of data to be replicated in bytes.
public DataReplicationInfoReplicatedDisk.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataReplicationInfoReplicatedDisk.Builder,DataReplicationInfoReplicatedDisk>public static DataReplicationInfoReplicatedDisk.Builder builder()
public static Class<? extends DataReplicationInfoReplicatedDisk.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.