ParameterGroupParameter

data class ParameterGroupParameter(val applyMethod: String? = null, val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(applyMethod: String? = null, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applyMethod: String? = null

"immediate" (default), or "pending-reboot". Some engines can't apply some parameters without a reboot, and you will need to specify "pending-reboot" here.

Link copied to clipboard

The name of the DB parameter.

Link copied to clipboard

The value of the DB parameter.