| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static MaxP95Performance.Builder |
MaxP95Performance.builder() |
MaxP95Performance.Builder |
MaxP95Performance.Builder.iopsOther(Double iopsOther)
Peak IOPS unrelated to read and write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.iopsRead(Double iopsRead)
Peak IOPS related to read operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.iopsTotal(Double iopsTotal)
Peak total IOPS on your on-premises storage system resource.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.iopsWrite(Double iopsWrite)
Peak IOPS related to write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.latencyOther(Double latencyOther)
Peak latency for operations unrelated to read and write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.latencyRead(Double latencyRead)
Peak latency for read operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.latencyWrite(Double latencyWrite)
Peak latency for write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.throughputOther(Double throughputOther)
Peak throughput unrelated to read and write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.throughputRead(Double throughputRead)
Peak throughput related to read operations.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.throughputTotal(Double throughputTotal)
Peak total throughput on your on-premises storage system resource.
|
MaxP95Performance.Builder |
MaxP95Performance.Builder.throughputWrite(Double throughputWrite)
Peak throughput related to write operations.
|
MaxP95Performance.Builder |
MaxP95Performance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MaxP95Performance.Builder> |
MaxP95Performance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetAppONTAPSVM.Builder |
NetAppONTAPSVM.Builder.maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the SVM.
|
default NetAppONTAPCluster.Builder |
NetAppONTAPCluster.Builder.maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the cluster.
|
default NetAppONTAPVolume.Builder |
NetAppONTAPVolume.Builder.maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
|
Copyright © 2023. All rights reserved.