| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.clone() |
UpdateOntapVolumeConfiguration |
UpdateVolumeRequest.getOntapConfiguration()
The configuration of the ONTAP volume that you are updating.
|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags for the volume should be copied to backups.
|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted.
|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX. |
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withSecurityStyle(String securityStyle)
The security style for the volume, which can be
UNIX. |
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume in megabytes.
|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withSnapshotPolicy(String snapshotPolicy)
Specifies the snapshot policy for the volume.
|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Default is
false. |
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.withTieringPolicy(TieringPolicy tieringPolicy)
Update the volume's data tiering policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateVolumeRequest.setOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
UpdateVolumeRequest |
UpdateVolumeRequest.withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The configuration of the ONTAP volume that you are updating.
|
Copyright © 2023. All rights reserved.