DatabaseRelationalDatabaseParameter

data class DatabaseRelationalDatabaseParameter(val allowedValues: String? = null, val applyMethod: String? = null, val applyType: String? = null, val dataType: String? = null, val description: String? = null, val isModifiable: Boolean? = null, val parameterName: String? = null, val parameterValue: String? = null)

Describes the parameters of the database.

Constructors

Link copied to clipboard
constructor(allowedValues: String? = null, applyMethod: String? = null, applyType: String? = null, dataType: String? = null, description: String? = null, isModifiable: Boolean? = null, parameterName: String? = null, parameterValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedValues: String? = null

Specifies the valid range of values for the parameter.

Link copied to clipboard
val applyMethod: String? = null

Indicates when parameter updates are applied. Can be immediate or pending-reboot.

Link copied to clipboard
val applyType: String? = null

Specifies the engine-specific parameter type.

Link copied to clipboard
val dataType: String? = null

Specifies the valid data type for the parameter.

Link copied to clipboard
val description: String? = null

Provides a description of the parameter.

Link copied to clipboard
val isModifiable: Boolean? = null

A Boolean value indicating whether the parameter can be modified.

Link copied to clipboard
val parameterName: String? = null

Specifies the name of the parameter.

Link copied to clipboard
val parameterValue: String? = null

Specifies the value of the parameter.