ServerGroupSlowStartConfig

data class ServerGroupSlowStartConfig(val slowStartDuration: Int? = null, val slowStartEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(slowStartDuration: Int? = null, slowStartEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val slowStartDuration: Int? = null

The duration of a slow start. Valid values: 30 to 900. Default value: 30.

Link copied to clipboard

Indicates whether slow starts are enabled. Valid values: