public static class ReplicationEstimate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReplicationEstimate.Builder |
allowedTargetRegions(List<String> allowedTargetRegions)
Array of allowed target region names which can be paired with source file system.
|
ReplicationEstimate |
build() |
ReplicationEstimate.Builder |
changeRateInMBps(Integer changeRateInMBps)
The rate of change on source filesystem which was used to provide the estimate in
MegaBytes per second.
|
ReplicationEstimate.Builder |
copy(ReplicationEstimate model) |
ReplicationEstimate.Builder |
estimatedBaseCopyTimeInMinutes(Integer estimatedBaseCopyTimeInMinutes)
The approximate time required for the base sync between source and target to finish.
|
ReplicationEstimate.Builder |
isReplicationSupported(Boolean isReplicationSupported)
Specifies whether replication can be enabled on the file system.
|
ReplicationEstimate.Builder |
minimumSupportedIntervalInMinutes(Integer minimumSupportedIntervalInMinutes)
The minimum supported replication interval for specified file system in minutes.
|
public ReplicationEstimate.Builder changeRateInMBps(Integer changeRateInMBps)
The rate of change on source filesystem which was used to provide the estimate in MegaBytes per second.
changeRateInMBps
- the value to setpublic ReplicationEstimate.Builder isReplicationSupported(Boolean isReplicationSupported)
Specifies whether replication can be enabled on the file system.
isReplicationSupported
- the value to setpublic ReplicationEstimate.Builder minimumSupportedIntervalInMinutes(Integer minimumSupportedIntervalInMinutes)
The minimum supported replication interval for specified file system in minutes.
minimumSupportedIntervalInMinutes
- the value to setpublic ReplicationEstimate.Builder estimatedBaseCopyTimeInMinutes(Integer estimatedBaseCopyTimeInMinutes)
The approximate time required for the base sync between source and target to finish.
estimatedBaseCopyTimeInMinutes
- the value to setpublic ReplicationEstimate.Builder allowedTargetRegions(List<String> allowedTargetRegions)
Array of allowed target region names which can be paired with source file system.
allowedTargetRegions
- the value to setpublic ReplicationEstimate build()
public ReplicationEstimate.Builder copy(ReplicationEstimate model)
Copyright © 2016–2024. All rights reserved.