| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.clone() |
CreateOntapVolumeConfiguration |
CreateVolumeRequest.getOntapConfiguration()
Specifies the
ONTAP configuration to use in creating the volume. |
CreateOntapVolumeConfiguration |
CreateVolumeFromBackupRequest.getOntapConfiguration()
Specifies the configuration of the ONTAP volume that you are creating.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSecurityStyle(String securityStyle)
The security style for the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSizeInMegabytes(Integer sizeInMegabytes)
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withTieringPolicy(TieringPolicy tieringPolicy) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVolumeRequest.setOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the
ONTAP configuration to use in creating the volume. |
void |
CreateVolumeFromBackupRequest.setOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
|
CreateVolumeRequest |
CreateVolumeRequest.withOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the
ONTAP configuration to use in creating the volume. |
CreateVolumeFromBackupRequest |
CreateVolumeFromBackupRequest.withOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
|
Copyright © 2021. All rights reserved.