StoragePropertiesArgs

data class StoragePropertiesArgs(val sizeGb: Output<Double>? = null) : ConvertibleToJava<StoragePropertiesArgs>

The storage properties of the cluster. This includes the data storage size and scaling applied to servers in the cluster.

Constructors

Link copied to clipboard
constructor(sizeGb: Output<Double>? = null)

Properties

Link copied to clipboard
val sizeGb: Output<Double>? = null

The size of the data disk assigned to each server.

Functions

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