Database Relational Database Parameter
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.
Properties
Link copied to clipboard
Specifies the valid range of values for the parameter.
Link copied to clipboard
Indicates when parameter updates are applied. Can be immediate or pending-reboot.
Link copied to clipboard
Provides a description of the parameter.
Link copied to clipboard
A Boolean value indicating whether the parameter can be modified.
Link copied to clipboard
Specifies the name of the parameter.
Link copied to clipboard
Specifies the value of the parameter.