| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.clone() |
CreateOntapVolumeConfiguration |
CreateVolumeRequest.getOntapConfiguration()
Specifies the configuration to use when creating the ONTAP volume.
|
CreateOntapVolumeConfiguration |
CreateVolumeFromBackupRequest.getOntapConfiguration()
Specifies the configuration of the ONTAP volume that you are creating.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withAggregateConfiguration(CreateAggregateConfiguration aggregateConfiguration)
Use to specify configuration options for a volume’s storage aggregate or aggregates.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags for the volume should be copied to backups.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withJunctionPath(String junctionPath)
Specifies the location in the SVM's namespace where the volume is mounted.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withOntapVolumeType(InputOntapVolumeType ontapVolumeType)
Specifies the type of volume you are creating.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withOntapVolumeType(String ontapVolumeType)
Specifies the type of volume you are creating.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
Specifies the security style for the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSecurityStyle(String securityStyle)
Specifies the security style for the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSizeInBytes(Long sizeInBytes)
Specifies the configured size of the volume, in bytes.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSizeInMegabytes(Integer sizeInMegabytes)
Deprecated.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSnaplockConfiguration(CreateSnaplockConfiguration snaplockConfiguration)
Specifies the SnapLock configuration for an FSx for ONTAP volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withSnapshotPolicy(String snapshotPolicy)
Specifies the snapshot policy for the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume, or
set to false to disable them.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withStorageVirtualMachineId(String storageVirtualMachineId)
Specifies the ONTAP SVM in which to create the volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withTieringPolicy(TieringPolicy tieringPolicy) |
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withVolumeStyle(String volumeStyle)
Use to specify the style of an ONTAP volume.
|
CreateOntapVolumeConfiguration |
CreateOntapVolumeConfiguration.withVolumeStyle(VolumeStyle volumeStyle)
Use to specify the style of an ONTAP volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVolumeRequest.setOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration to use when creating the ONTAP volume.
|
void |
CreateVolumeFromBackupRequest.setOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
|
CreateVolumeRequest |
CreateVolumeRequest.withOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration to use when creating the ONTAP volume.
|
CreateVolumeFromBackupRequest |
CreateVolumeFromBackupRequest.withOntapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
|
Copyright © 2025. All rights reserved.