public static interface IOPS.Builder extends SdkPojo, CopyableBuilder<IOPS.Builder,IOPS>
| Modifier and Type | Method and Description |
|---|---|
IOPS.Builder |
other(Double other)
Peak IOPS unrelated to read and write operations.
|
IOPS.Builder |
read(Double read)
Peak IOPS related to read operations.
|
IOPS.Builder |
total(Double total)
Peak total IOPS on your on-premises storage system resource.
|
IOPS.Builder |
write(Double write)
Peak IOPS related to write operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIOPS.Builder read(Double read)
Peak IOPS related to read operations.
read - Peak IOPS related to read operations.IOPS.Builder write(Double write)
Peak IOPS related to write operations.
write - Peak IOPS related to write operations.IOPS.Builder other(Double other)
Peak IOPS unrelated to read and write operations.
other - Peak IOPS unrelated to read and write operations.IOPS.Builder total(Double total)
Peak total IOPS on your on-premises storage system resource.
total - Peak total IOPS on your on-premises storage system resource.Copyright © 2023. All rights reserved.