NodeConfigurationResponse

data class NodeConfigurationResponse(val agentPoolId: String, val agentPoolName: String, val cpuCores: Double, val diskSizeGB: Double, val memorySizeGB: Double, val nodePoolName: String, val nodes: List<NodeResponse>, val vmCount: Double, val vmSize: String)

Constructors

Link copied to clipboard
constructor(agentPoolId: String, agentPoolName: String, cpuCores: Double, diskSizeGB: Double, memorySizeGB: Double, nodePoolName: String, nodes: List<NodeResponse>, vmCount: Double, vmSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the agent pool that contains the nodes in this configuration.

Link copied to clipboard

The name of the agent pool that contains the nodes in this configuration.

Link copied to clipboard

The number of CPU cores in the virtual machine.

Link copied to clipboard

The root disk size of the virtual machine in GB.

Link copied to clipboard

The memory size of the virtual machine in GB.

Link copied to clipboard

Field deprecated, use agentPoolName instead. This field will be removed in a future version but will reflect the name of the agent pool that contains the nodes in this configuration.

Link copied to clipboard

The list of nodes that utilize this configuration.

Link copied to clipboard

The number of virtual machines that use this configuration.

Link copied to clipboard

The name of the VM size supplied during the creation of the cluster.