OntapFileSystemDiskIopsConfiguration

data class OntapFileSystemDiskIopsConfiguration(val iops: Int? = null, val mode: String? = null)

Constructors

Link copied to clipboard
constructor(iops: Int? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iops: Int? = null

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

Link copied to clipboard
val mode: 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.