| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
NetAppONTAPVolume |
NetAppONTAPVolume.clone() |
NetAppONTAPVolume |
NetAppONTAPVolume.withCapacityProvisioned(Long capacityProvisioned)
The total storage space that's available in the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withCapacityUsed(Long capacityUsed)
The storage space that's being used in the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withCifsShareCount(Long cifsShareCount)
The number of CIFS shares in the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withLogicalCapacityUsed(Long logicalCapacityUsed)
The storage space that's being used in the volume without accounting for compression or deduplication.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withLunCount(Long lunCount)
The number of LUNs (logical unit numbers) in the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withMaxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withNfsExported(Boolean nfsExported)
The number of NFS volumes in the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withRecommendations(Collection<Recommendation> recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withRecommendations(Recommendation... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withRecommendationStatus(RecommendationStatus recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be
determined.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withRecommendationStatus(String recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be
determined.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withResourceId(String resourceId)
The universally unique identifier (UUID) of the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withSecurityStyle(String securityStyle)
The volume's security style (such as Unix or NTFS).
|
NetAppONTAPVolume |
NetAppONTAPVolume.withSnapshotCapacityUsed(Long snapshotCapacityUsed)
The amount of storage in the volume that's being used for snapshots.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withSvmName(String svmName)
The name of the SVM associated with the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withSvmUuid(String svmUuid)
The UUID of the storage virtual machine (SVM) associated with the volume.
|
NetAppONTAPVolume |
NetAppONTAPVolume.withVolumeName(String volumeName)
The name of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetAppONTAPVolume> |
ResourceDetails.getNetAppONTAPVolumes()
The information that DataSync Discovery collects about volumes in your on-premises storage system.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
ResourceDetails.withNetAppONTAPVolumes(NetAppONTAPVolume... netAppONTAPVolumes)
The information that DataSync Discovery collects about volumes in your on-premises storage system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setNetAppONTAPVolumes(Collection<NetAppONTAPVolume> netAppONTAPVolumes)
The information that DataSync Discovery collects about volumes in your on-premises storage system.
|
ResourceDetails |
ResourceDetails.withNetAppONTAPVolumes(Collection<NetAppONTAPVolume> netAppONTAPVolumes)
The information that DataSync Discovery collects about volumes in your on-premises storage system.
|
Copyright © 2023. All rights reserved.