Auto Scale Properties Response
data class AutoScalePropertiesResponse(val enabled: Boolean? = null, val maxNodeCount: Int? = null, val minNodeCount: Int? = null)
Auto scale properties
Constructors
Link copied to clipboard
fun AutoScalePropertiesResponse(enabled: Boolean? = null, maxNodeCount: Int? = null, minNodeCount: Int? = null)