class Aws::FSx::Types::DiskIopsConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx
for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).
@note When making an API call, you may pass DiskIopsConfiguration
data as a hash: { mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED iops: 1, }
@!attribute [rw] mode
Specifies whether the number of IOPS for the file system is using the system default (`AUTOMATIC`) or was provisioned by the customer (`USER_PROVISIONED`). @return [String]
@!attribute [rw] iops
The total number of SSD IOPS provisioned for the file system. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DiskIopsConfiguration AWS API Documentation
Constants
- SENSITIVE