@Generated(value="software.amazon.awssdk:codegen") public final class RecoveryInstanceDataReplicationInfoReplicatedDisk extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder,RecoveryInstanceDataReplicationInfoReplicatedDisk>
A disk that should be replicated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
backloggedStorageBytes()
The size of the replication backlog in bytes.
|
static RecoveryInstanceDataReplicationInfoReplicatedDisk.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 RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder> |
serializableBuilderClass() |
RecoveryInstanceDataReplicationInfoReplicatedDisk.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 RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder toBuilder()
public static RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder builder()
public static Class<? extends RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.