KafkaClusterComputeIsolationArgs

data class KafkaClusterComputeIsolationArgs(val computeIsolationEnabled: Output<Boolean>? = null, val hostSku: Output<String>? = null) : ConvertibleToJava<KafkaClusterComputeIsolationArgs>

Constructors

Link copied to clipboard
constructor(computeIsolationEnabled: Output<Boolean>? = null, hostSku: Output<String>? = null)

Properties

Link copied to clipboard
val computeIsolationEnabled: Output<Boolean>? = null

This field indicates whether enable compute isolation or not. Possible values are true or false.

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

The name of the host SKU.

Functions

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