InteractiveQueryClusterComputeIsolationArgs

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

Constructors

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(): InteractiveQueryClusterComputeIsolationArgs