AutoScalePropertiesResponse

data class AutoScalePropertiesResponse(val enabled: Boolean? = null, val maxNodeCount: Int? = null, val minNodeCount: Int? = null)

Auto scale properties

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maxNodeCount: Int? = null, minNodeCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val maxNodeCount: Int? = null
Link copied to clipboard
val minNodeCount: Int? = null