| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Capacity |
Capacity.clone() |
Capacity |
ResourceMetrics.getCapacity()
The storage capacity of the on-premises storage system resource.
|
Capacity |
Capacity.withClusterCloudStorageUsed(Long clusterCloudStorageUsed)
The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
|
Capacity |
Capacity.withLogicalUsed(Long logicalUsed)
The amount of space that's being used in a storage system resource without accounting for compression or
deduplication.
|
Capacity |
Capacity.withProvisioned(Long provisioned)
The total amount of space available in a storage system resource.
|
Capacity |
Capacity.withUsed(Long used)
The amount of space that's being used in a storage system resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMetrics.setCapacity(Capacity capacity)
The storage capacity of the on-premises storage system resource.
|
ResourceMetrics |
ResourceMetrics.withCapacity(Capacity capacity)
The storage capacity of the on-premises storage system resource.
|
Copyright © 2024. All rights reserved.