ClusterEnterpriseConfig

data class ClusterEnterpriseConfig(val clusterTier: String? = null, val desiredTier: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterTier: String? = null

The effective tier of the cluster.

Link copied to clipboard
val desiredTier: String? = null

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