@Generated(value="software.amazon.awssdk:codegen") public final class IOPS extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IOPS.Builder,IOPS>
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IOPS.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IOPS.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
other()
Peak IOPS unrelated to read and write operations.
|
Double |
read()
Peak IOPS related to read operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IOPS.Builder> |
serializableBuilderClass() |
IOPS.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
total()
Peak total IOPS on your on-premises storage system resource.
|
Double |
write()
Peak IOPS related to write operations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double read()
Peak IOPS related to read operations.
public final Double write()
Peak IOPS related to write operations.
public final Double other()
Peak IOPS unrelated to read and write operations.
public final Double total()
Peak total IOPS on your on-premises storage system resource.
public IOPS.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IOPS.Builder,IOPS>public static IOPS.Builder builder()
public static Class<? extends IOPS.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.