public static interface DiskIopsConfiguration.Builder extends SdkPojo, CopyableBuilder<DiskIopsConfiguration.Builder,DiskIopsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DiskIopsConfiguration.Builder |
iops(Long iops)
The total number of SSD IOPS provisioned for the file system.
|
DiskIopsConfiguration.Builder |
mode(DiskIopsConfigurationMode mode)
Specifies whether the file system is using the
AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of
storage capacity, , or if it using a USER_PROVISIONED value. |
DiskIopsConfiguration.Builder |
mode(String mode)
Specifies whether the file system is using the
AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of
storage capacity, , or if it using a USER_PROVISIONED value. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiskIopsConfiguration.Builder mode(String mode)
Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of
storage capacity, , or if it using a USER_PROVISIONED value.
mode - Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS
per GB of storage capacity, , or if it using a USER_PROVISIONED value.DiskIopsConfigurationMode,
DiskIopsConfigurationModeDiskIopsConfiguration.Builder mode(DiskIopsConfigurationMode mode)
Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of
storage capacity, , or if it using a USER_PROVISIONED value.
mode - Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS
per GB of storage capacity, , or if it using a USER_PROVISIONED value.DiskIopsConfigurationMode,
DiskIopsConfigurationModeDiskIopsConfiguration.Builder iops(Long iops)
The total number of SSD IOPS provisioned for the file system.
iops - The total number of SSD IOPS provisioned for the file system.Copyright © 2023. All rights reserved.