| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DiskIopsConfiguration |
DiskIopsConfiguration.clone() |
DiskIopsConfiguration |
CreateFileSystemOntapConfiguration.getDiskIopsConfiguration()
The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system.
|
DiskIopsConfiguration |
OntapFileSystemConfiguration.getDiskIopsConfiguration()
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
DiskIopsConfiguration |
DiskIopsConfiguration.withIops(Long iops)
The total number of SSD IOPS provisioned for the file system.
|
DiskIopsConfiguration |
DiskIopsConfiguration.withMode(DiskIopsConfigurationMode 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). |
DiskIopsConfiguration |
DiskIopsConfiguration.withMode(String 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). |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemOntapConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system.
|
void |
OntapFileSystemConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
Copyright © 2021. All rights reserved.