DbInstanceProcessorFeature

data class DbInstanceProcessorFeature(val name: DbInstanceProcessorFeatureName? = null, val value: String? = null)

The `ProcessorFeature` property type specifies the processor features of a DB instance class.

Constructors

Link copied to clipboard
constructor(name: DbInstanceProcessorFeatureName? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val value: String? = null

The value of a processor feature.