Struct aws_sdk_fsx::types::DiskIopsConfiguration
source · #[non_exhaustive]pub struct DiskIopsConfiguration { /* private fields */ }Expand description
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS 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).
Implementations§
source§impl DiskIopsConfiguration
impl DiskIopsConfiguration
sourcepub fn mode(&self) -> Option<&DiskIopsConfigurationMode>
pub fn mode(&self) -> Option<&DiskIopsConfigurationMode>
Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
source§impl DiskIopsConfiguration
impl DiskIopsConfiguration
sourcepub fn builder() -> DiskIopsConfigurationBuilder
pub fn builder() -> DiskIopsConfigurationBuilder
Creates a new builder-style object to manufacture DiskIopsConfiguration.
Trait Implementations§
source§impl Clone for DiskIopsConfiguration
impl Clone for DiskIopsConfiguration
source§fn clone(&self) -> DiskIopsConfiguration
fn clone(&self) -> DiskIopsConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DiskIopsConfiguration
impl Debug for DiskIopsConfiguration
source§impl PartialEq<DiskIopsConfiguration> for DiskIopsConfiguration
impl PartialEq<DiskIopsConfiguration> for DiskIopsConfiguration
source§fn eq(&self, other: &DiskIopsConfiguration) -> bool
fn eq(&self, other: &DiskIopsConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.