OpenZfsFileSystemDiskIopsConfigurationArgs

data class OpenZfsFileSystemDiskIopsConfigurationArgs(val iops: Output<Int>? = null, val mode: Output<String>? = null) : ConvertibleToJava<OpenZfsFileSystemDiskIopsConfigurationArgs>

Constructors

constructor(iops: Output<Int>? = null, mode: Output<String>? = null)

Properties

Link copied to clipboard
val iops: Output<Int>? = null

The total number of SSD IOPS provisioned for the file system.

Link copied to clipboard
val mode: Output<String>? = null

Specifies whether the number of IOPS for the file system is using the system. Valid values are AUTOMATIC and USER_PROVISIONED. Default value is AUTOMATIC.

Functions

Link copied to clipboard
open override fun toJava(): OpenZfsFileSystemDiskIopsConfigurationArgs