KubernetesClusterNodeResponse

data class KubernetesClusterNodeResponse(val agentPoolId: String, val availabilityZone: String, val bareMetalMachineId: String, val cpuCores: Double, val detailedStatus: String, val detailedStatusMessage: String, val diskSizeGB: Double, val image: String, val kubernetesVersion: String, val labels: List<KubernetesLabelResponse>, val memorySizeGB: Double, val mode: String, val name: String, val networkAttachments: List<NetworkAttachmentResponse>, val powerState: String, val role: String, val taints: List<KubernetesLabelResponse>, val vmSkuName: String)

Constructors

Link copied to clipboard
constructor(agentPoolId: String, availabilityZone: String, bareMetalMachineId: String, cpuCores: Double, detailedStatus: String, detailedStatusMessage: String, diskSizeGB: Double, image: String, kubernetesVersion: String, labels: List<KubernetesLabelResponse>, memorySizeGB: Double, mode: String, name: String, networkAttachments: List<NetworkAttachmentResponse>, powerState: String, role: String, taints: List<KubernetesLabelResponse>, vmSkuName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.

Link copied to clipboard

The availability zone this node is running within.

Link copied to clipboard

The resource ID of the bare metal machine that hosts this node.

Link copied to clipboard

The number of CPU cores configured for this node, derived from the VM SKU specified.

Link copied to clipboard

The detailed state of this node.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The size of the disk configured for this node. Allocations are measured in gibibytes.

Link copied to clipboard

The machine image used to deploy this node.

Link copied to clipboard

The currently running version of Kubernetes and bundled features running on this node.

Link copied to clipboard

The list of labels on this node that have been assigned to the agent pool containing this node.

Link copied to clipboard

The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.

Link copied to clipboard

The mode of the agent pool containing this node. Not applicable for control plane nodes.

Link copied to clipboard

The name of this node, as realized in the Kubernetes cluster.

Link copied to clipboard

The NetworkAttachments made to this node.

Link copied to clipboard

The power state of this node.

Link copied to clipboard

The role of this node in the cluster.

Link copied to clipboard

The list of taints that have been assigned to the agent pool containing this node.

Link copied to clipboard

The VM SKU name that was used to create this cluster node.