NodeProfileResponse

data class NodeProfileResponse(val count: Int, val type: String, val vmSize: String)

The node profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of virtual machines.

Link copied to clipboard

The node type.

Link copied to clipboard

The virtual machine SKU.