ComputePropertiesArgs

data class ComputePropertiesArgs(val tier: Output<String>? = null) : ConvertibleToJava<ComputePropertiesArgs>

The compute properties of the cluster. This includes the virtual-cores/memory and scaling options applied to servers in the cluster.

Constructors

Link copied to clipboard
constructor(tier: Output<String>? = null)

Properties

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

The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.

Functions

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