Class IOPS
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.IOPS
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IOPS.Builder,IOPS>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIOPS.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IOPS.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doubleother()Peak IOPS unrelated to read and write operations.Doubleread()Peak IOPS related to read operations.List<SdkField<?>>sdkFields()static Class<? extends IOPS.Builder>serializableBuilderClass()IOPS.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doubletotal()Peak total IOPS on your on-premises storage system resource.Doublewrite()Peak IOPS related to write operations.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
read
public final Double read()
Peak IOPS related to read operations.
- Returns:
- Peak IOPS related to read operations.
-
write
public final Double write()
Peak IOPS related to write operations.
- Returns:
- Peak IOPS related to write operations.
-
other
public final Double other()
Peak IOPS unrelated to read and write operations.
- Returns:
- Peak IOPS unrelated to read and write operations.
-
total
public final Double total()
Peak total IOPS on your on-premises storage system resource.
- Returns:
- Peak total IOPS on your on-premises storage system resource.
-
toBuilder
public IOPS.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IOPS.Builder,IOPS>
-
builder
public static IOPS.Builder builder()
-
serializableBuilderClass
public static Class<? extends IOPS.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-