DomainNodeOptionArgs

data class DomainNodeOptionArgs(val nodeConfig: Output<DomainNodeConfigArgs>? = null, val nodeType: Output<DomainNodeOptionNodeType>? = null) : ConvertibleToJava<DomainNodeOptionArgs>

Constructors

Link copied to clipboard
constructor(nodeConfig: Output<DomainNodeConfigArgs>? = null, nodeType: Output<DomainNodeOptionNodeType>? = null)

Properties

Link copied to clipboard
val nodeConfig: Output<DomainNodeConfigArgs>? = null

Configuration options for defining the setup of any node type.

Link copied to clipboard
val nodeType: Output<DomainNodeOptionNodeType>? = null

Defines the type of node, such as coordinating nodes.

Functions

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