ClusterPoolSshProfileResponse

data class ClusterPoolSshProfileResponse(val count: Int, val podPrefix: String, val vmSize: String? = null)

Ssh profile for the cluster.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Number of ssh pods per cluster.

Link copied to clipboard

Prefix of the pod names. Pod number will be appended to the prefix. The ingress URLs for the pods will be available at //-

Link copied to clipboard
val vmSize: String? = null

The virtual machine SKU.