NodeProfileArgs

data class NodeProfileArgs(val count: Output<Int>, val type: Output<String>, val vmSize: Output<String>) : ConvertibleToJava<NodeProfileArgs>

The node profile.

Constructors

Link copied to clipboard
constructor(count: Output<Int>, type: Output<String>, vmSize: Output<String>)

Properties

Link copied to clipboard
val count: Output<Int>

The number of virtual machines.

Link copied to clipboard
val type: Output<String>

The node type.

Link copied to clipboard
val vmSize: Output<String>

The virtual machine SKU.

Functions

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