ServerGroupSlowStartConfigArgs

data class ServerGroupSlowStartConfigArgs(val slowStartDuration: Output<Int>? = null, val slowStartEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServerGroupSlowStartConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val slowStartDuration: Output<Int>? = null

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

Link copied to clipboard
val slowStartEnabled: Output<Boolean>? = null

Indicates whether slow starts are enabled. Valid values:

Functions

Link copied to clipboard
open override fun toJava(): ServerGroupSlowStartConfigArgs