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 number of IOPS for the file system is using the system default (
AUTOMATIC)
or was provisioned by the customer (USER_PROVISIONED). |
DiskIopsConfiguration.Builder |
mode(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). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiskIopsConfiguration.Builder mode(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).
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).DiskIopsConfigurationMode,
DiskIopsConfigurationModeDiskIopsConfiguration.Builder mode(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).
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).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 © 2022. All rights reserved.