LustreFileSystemMetadataConfigurationArgs

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

Constructors

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

Properties

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

Amount of IOPS provisioned for metadata. This parameter should only be used when the mode is set to USER_PROVISIONED. Valid Values are 1500,3000,6000 and 12000 through 192000 in increments of 12000.

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

Mode for the metadata configuration of the file system. Valid values are AUTOMATIC, and USER_PROVISIONED. !>WARNING: Updating the value of iops from a higher to a lower value will force a recreation of the resource. Any data on the file system will be lost when recreating.

Functions

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