Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
ReplicationEstimate.Builder |
ReplicationEstimate.Builder.allowedTargetRegions(List<String> allowedTargetRegions)
Array of allowed target region names which can be paired with source file system.
|
static ReplicationEstimate.Builder |
ReplicationEstimate.builder()
Create a new builder.
|
ReplicationEstimate.Builder |
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 |
ReplicationEstimate.Builder.copy(ReplicationEstimate model) |
ReplicationEstimate.Builder |
ReplicationEstimate.Builder.estimatedBaseCopyTimeInMinutes(Integer estimatedBaseCopyTimeInMinutes)
The approximate time required for the base sync between source and target to finish.
|
ReplicationEstimate.Builder |
ReplicationEstimate.Builder.isReplicationSupported(Boolean isReplicationSupported)
Specifies whether replication can be enabled on the file system.
|
ReplicationEstimate.Builder |
ReplicationEstimate.Builder.minimumSupportedIntervalInMinutes(Integer minimumSupportedIntervalInMinutes)
The minimum supported replication interval for specified file system in minutes.
|
ReplicationEstimate.Builder |
ReplicationEstimate.toBuilder() |
Copyright © 2016–2024. All rights reserved.