ClusterEnterpriseConfigArgs

data class ClusterEnterpriseConfigArgs(val clusterTier: Output<String>? = null, val desiredTier: Output<String>? = null) : ConvertibleToJava<ClusterEnterpriseConfigArgs>

Constructors

Link copied to clipboard
constructor(clusterTier: Output<String>? = null, desiredTier: Output<String>? = null)

Properties

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

The effective tier of the cluster.

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

Sets the tier of the cluster. Available options include STANDARD and ENTERPRISE.

Functions

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