| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DiskIopsConfiguration |
DiskIopsConfiguration.clone() |
DiskIopsConfiguration |
UpdateFileSystemOntapConfiguration.getDiskIopsConfiguration()
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
DiskIopsConfiguration |
UpdateFileSystemOpenZFSConfiguration.getDiskIopsConfiguration() |
DiskIopsConfiguration |
CreateFileSystemOpenZFSConfiguration.getDiskIopsConfiguration() |
DiskIopsConfiguration |
CreateFileSystemOntapConfiguration.getDiskIopsConfiguration()
The SSD IOPS configuration for the FSx for ONTAP file system.
|
DiskIopsConfiguration |
OpenZFSFileSystemConfiguration.getDiskIopsConfiguration() |
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 |
UpdateFileSystemOntapConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
void |
UpdateFileSystemOpenZFSConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
void |
CreateFileSystemOpenZFSConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
void |
CreateFileSystemOntapConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the FSx for ONTAP file system.
|
void |
OpenZFSFileSystemConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
void |
OntapFileSystemConfiguration.setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
UpdateFileSystemOntapConfiguration |
UpdateFileSystemOntapConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
UpdateFileSystemOpenZFSConfiguration |
UpdateFileSystemOpenZFSConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the FSx for ONTAP file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
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 © 2023. All rights reserved.