DbInstanceProcessorFeatureArgs

data class DbInstanceProcessorFeatureArgs(val name: Output<DbInstanceProcessorFeatureName>? = null, val value: Output<String>? = null) : ConvertibleToJava<DbInstanceProcessorFeatureArgs>

Constructors

Link copied to clipboard
fun DbInstanceProcessorFeatureArgs(name: Output<DbInstanceProcessorFeatureName>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DbInstanceProcessorFeatureArgs

Properties

Link copied to clipboard

The name of the processor feature. Valid names are coreCount and threadsPerCore.

Link copied to clipboard
val value: Output<String>? = null

The value of a processor feature name.