GetDbClustersClusterParam

data class GetDbClustersClusterParam(val comment: String, val defaultValue: String, val isDynamic: Int, val isUserModifiable: Int, val name: String, val optional: String, val paramCategory: String, val value: String)

Constructors

Link copied to clipboard
constructor(comment: String, defaultValue: String, isDynamic: Int, isUserModifiable: Int, name: String, optional: String, paramCategory: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comments on the parameter.

Link copied to clipboard

The default value of the parameter.

Link copied to clipboard

Indicates whether the parameter immediately takes effect without requiring a restart.

Link copied to clipboard

Indicates whether the parameter is modifiable.

Link copied to clipboard

Changed parameter name.

Link copied to clipboard

The value range of the parameter.

Link copied to clipboard

The category of the parameter.

Link copied to clipboard

The new value of Parameter.