@Generated(value="software.amazon.awssdk:codegen") public final class MaxP95Performance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaxP95Performance.Builder,MaxP95Performance>
The performance data that DataSync Discovery collects about an on-premises storage system resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaxP95Performance.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaxP95Performance.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
iopsOther()
Peak IOPS unrelated to read and write operations.
|
Double |
iopsRead()
Peak IOPS related to read operations.
|
Double |
iopsTotal()
Peak total IOPS on your on-premises storage system resource.
|
Double |
iopsWrite()
Peak IOPS related to write operations.
|
Double |
latencyOther()
Peak latency for operations unrelated to read and write operations.
|
Double |
latencyRead()
Peak latency for read operations.
|
Double |
latencyWrite()
Peak latency for write operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaxP95Performance.Builder> |
serializableBuilderClass() |
Double |
throughputOther()
Peak throughput unrelated to read and write operations.
|
Double |
throughputRead()
Peak throughput related to read operations.
|
Double |
throughputTotal()
Peak total throughput on your on-premises storage system resource.
|
Double |
throughputWrite()
Peak throughput related to write operations.
|
MaxP95Performance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double iopsRead()
Peak IOPS related to read operations.
public final Double iopsWrite()
Peak IOPS related to write operations.
public final Double iopsOther()
Peak IOPS unrelated to read and write operations.
public final Double iopsTotal()
Peak total IOPS on your on-premises storage system resource.
public final Double throughputRead()
Peak throughput related to read operations.
public final Double throughputWrite()
Peak throughput related to write operations.
public final Double throughputOther()
Peak throughput unrelated to read and write operations.
public final Double throughputTotal()
Peak total throughput on your on-premises storage system resource.
public final Double latencyRead()
Peak latency for read operations.
public final Double latencyWrite()
Peak latency for write operations.
public final Double latencyOther()
Peak latency for operations unrelated to read and write operations.
public MaxP95Performance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MaxP95Performance.Builder,MaxP95Performance>public static MaxP95Performance.Builder builder()
public static Class<? extends MaxP95Performance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.