ClusterPoolSshProfileArgs

data class ClusterPoolSshProfileArgs(val count: Output<Int>, val vmSize: Output<String>? = null) : ConvertibleToJava<ClusterPoolSshProfileArgs>

Ssh profile for the cluster.

Constructors

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

Properties

Link copied to clipboard
val count: Output<Int>

Number of ssh pods per cluster.

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

The virtual machine SKU.

Functions

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