@Generated(value="software.amazon.awssdk:codegen") public final class P95Metrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<P95Metrics.Builder,P95Metrics>
The types of performance data that DataSync Discovery collects about an on-premises storage system resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
P95Metrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static P95Metrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IOPS |
iops()
The IOPS peaks for an on-premises storage system resource.
|
Latency |
latency()
The latency peaks for an on-premises storage system resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends P95Metrics.Builder> |
serializableBuilderClass() |
Throughput |
throughput()
The throughput peaks for an on-premises storage system resource.
|
P95Metrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IOPS 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.
public final Throughput throughput()
The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
public final Latency latency()
The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
public P95Metrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<P95Metrics.Builder,P95Metrics>public static P95Metrics.Builder builder()
public static Class<? extends P95Metrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.