@Generated(value="software.amazon.awssdk:codegen") public final class Capacity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Capacity.Builder,Capacity>
The storage capacity of an on-premises storage system resource (for example, a volume).
| Modifier and Type | Class and Description |
|---|---|
static interface |
Capacity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Capacity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
logicalUsed()
The amount of space that's being used in a storage system resource without accounting for compression or
deduplication.
|
Long |
provisioned()
The total amount of space available in a storage system resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Capacity.Builder> |
serializableBuilderClass() |
Capacity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
used()
The amount of space that's being used in a storage system resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long used()
The amount of space that's being used in a storage system resource.
public final Long provisioned()
The total amount of space available in a storage system resource.
public final Long logicalUsed()
The amount of space that's being used in a storage system resource without accounting for compression or deduplication.
public Capacity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Capacity.Builder,Capacity>public static Capacity.Builder builder()
public static Class<? extends Capacity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.