InstanceParameter

data class InstanceParameter(val defaultValue: String? = null, val forceRestartInstance: String? = null, val isChangeableConfig: String? = null, val name: String, val optionalRange: String? = null, val parameterDescription: String? = null, val value: String)

Constructors

Link copied to clipboard
constructor(defaultValue: String? = null, forceRestartInstance: String? = null, isChangeableConfig: String? = null, name: String, optionalRange: String? = null, parameterDescription: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: String? = null

(Available since v1.231.0) The default value of the parameter.

Link copied to clipboard

(Available since v1.231.0) Whether to force restart the instance to config the parameter.

Link copied to clipboard

(Available since v1.231.0) Whether the parameter is changeable.

Link copied to clipboard

The name of the parameter.

Link copied to clipboard
val optionalRange: String? = null

(Available since v1.231.0) The optional range of the parameter.

Link copied to clipboard

(Available since v1.231.0) The description of the parameter.

Link copied to clipboard

The value of the parameter.