ProcessorFeatureArgs

data class ProcessorFeatureArgs(val name: Output<Either<String, ProcessorFeatureName>>? = null, val value: Output<String>? = null) : ConvertibleToJava<ProcessorFeatureArgs>

Definition of ProcessorFeature

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, ProcessorFeatureName>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<Either<String, ProcessorFeatureName>>? = null

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.

Functions

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