public static interface Capacity.Builder extends SdkPojo, CopyableBuilder<Capacity.Builder,Capacity>
| Modifier and Type | Method and Description |
|---|---|
Capacity.Builder |
clusterCloudStorageUsed(Long clusterCloudStorageUsed)
The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
|
Capacity.Builder |
logicalUsed(Long logicalUsed)
The amount of space that's being used in a storage system resource without accounting for compression or
deduplication.
|
Capacity.Builder |
provisioned(Long provisioned)
The total amount of space available in a storage system resource.
|
Capacity.Builder |
used(Long used)
The amount of space that's being used in a storage system resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacity.Builder used(Long used)
The amount of space that's being used in a storage system resource.
used - The amount of space that's being used in a storage system resource.Capacity.Builder provisioned(Long provisioned)
The total amount of space available in a storage system resource.
provisioned - The total amount of space available in a storage system resource.Capacity.Builder logicalUsed(Long logicalUsed)
The amount of space that's being used in a storage system resource without accounting for compression or deduplication.
logicalUsed - The amount of space that's being used in a storage system resource without accounting for compression
or deduplication.Capacity.Builder clusterCloudStorageUsed(Long clusterCloudStorageUsed)
The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
clusterCloudStorageUsed - The amount of space in the cluster that's in cloud storage (for example, if you're using data
tiering).Copyright © 2023. All rights reserved.