DomainNodeConfigArgs

data class DomainNodeConfigArgs(val count: Output<Int>? = null, val enabled: Output<Boolean>? = null, val type: Output<String>? = null) : ConvertibleToJava<DomainNodeConfigArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>? = null, enabled: Output<Boolean>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The number of nodes of a specific type within the cluster.

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

A boolean value indicating whether a specific node type is active or inactive.

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

The instance type of a particular node within the cluster.

Functions

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