ClusterPoolComputeProfileResponse

data class ClusterPoolComputeProfileResponse(val availabilityZones: List<String>? = null, val nodes: List<NodeProfileResponse>)

The compute profile.

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>? = null, nodes: List<NodeProfileResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Availability zones to use for AKS VMSS nodes.

Link copied to clipboard

The nodes definitions.