Struct aws_sdk_fsx::model::DiskIopsConfiguration [−][src]
#[non_exhaustive]pub struct DiskIopsConfiguration {
pub mode: Option<DiskIopsConfigurationMode>,
pub iops: Option<i64>,
}Expand description
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).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.mode: 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).
iops: Option<i64>The total number of SSD IOPS provisioned for the file system.
Implementations
Specifies whether the number of IOPS for the file system is
using the system default (AUTOMATIC) or was
provisioned by the customer (USER_PROVISIONED).
Creates a new builder-style object to manufacture DiskIopsConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DiskIopsConfiguration
impl Send for DiskIopsConfiguration
impl Sync for DiskIopsConfiguration
impl Unpin for DiskIopsConfiguration
impl UnwindSafe for DiskIopsConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more