| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateOntapVolumeConfiguration |
UpdateOntapVolumeConfiguration.clone() |
UpdateOntapVolumeConfiguration |
UpdateVolumeRequest.getOntapConfiguration()
The
ONTAP configuration of the volume you are updating. |
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.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
ONTAP configuration of the volume you are updating. |
UpdateVolumeRequest |
UpdateVolumeRequest.withOntapConfiguration(UpdateOntapVolumeConfiguration ontapConfiguration)
The
ONTAP configuration of the volume you are updating. |
Copyright © 2021. All rights reserved.