GetInstancesInstanceParameter

data class GetInstancesInstanceParameter(val checkingCode: String, val forceModify: String, val forceRestart: String, val parameterDescription: String, val parameterName: String, val parameterValue: String)

Constructors

Link copied to clipboard
constructor(checkingCode: String, forceModify: String, forceRestart: String, parameterDescription: String, parameterName: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value range of the parameter.

Link copied to clipboard

Indicates whether the parameter can be modified. Valid values: true | false

Link copied to clipboard

Indicates whether the modified parameter takes effect only after a database restart. Valid values: true | false

Link copied to clipboard

The description of the parameter.

Link copied to clipboard

The name of the parameter.

Link copied to clipboard

The default value of the parameter.