DomainNodeConfig

data class DomainNodeConfig(val count: Int? = null, val enabled: Boolean? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

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

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard
val type: String? = null

The instance type of a particular node within the cluster.