ScaleConfigurationResponse

data class ScaleConfigurationResponse(val maxConcurrentSessions: Int? = null, val readySessionInstances: Int? = null)

Scale configuration.

Constructors

Link copied to clipboard
constructor(maxConcurrentSessions: Int? = null, readySessionInstances: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum count of sessions at the same time.

Link copied to clipboard

The minimum count of ready session instances.