public static interface RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder extends SdkPojo, CopyableBuilder<RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder,RecoveryInstanceDataReplicationInfoReplicatedDisk>
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
backloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
|
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
deviceName(String deviceName)
The name of the device.
|
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
replicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
|
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
rescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
|
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder |
totalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryInstanceDataReplicationInfoReplicatedDisk.Builder backloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
backloggedStorageBytes - The size of the replication backlog in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder deviceName(String deviceName)
The name of the device.
deviceName - The name of the device.RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder replicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
replicatedStorageBytes - The amount of data replicated so far in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder rescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
rescannedStorageBytes - The amount of data to be rescanned in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder totalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
totalStorageBytes - The total amount of data to be replicated in bytes.Copyright © 2023. All rights reserved.