Instance Parameter Args
data class InstanceParameterArgs(val defaultValue: Output<String>? = null, val forceRestartInstance: Output<String>? = null, val isChangeableConfig: Output<String>? = null, val name: Output<String>, val optionalRange: Output<String>? = null, val parameterDescription: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<InstanceParameterArgs>
Properties
Link copied to clipboard
(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
(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.