KxVolumeNas1ConfigurationArgs

data class KxVolumeNas1ConfigurationArgs(val size: Output<Int>, val type: Output<String>) : ConvertibleToJava<KxVolumeNas1ConfigurationArgs>

Constructors

Link copied to clipboard
constructor(size: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val size: Output<Int>

The size of the network attached storage.

Link copied to clipboard
val type: Output<String>

The type of the network attached storage.

Functions

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