GetClusterEnterpriseConfig

data class GetClusterEnterpriseConfig(val clusterTier: String, val desiredTier: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the effective cluster tier. Available options include STANDARD and ENTERPRISE.

Link copied to clipboard

Indicates the desired cluster tier. Available options include STANDARD and ENTERPRISE.