NodeResponse

data class NodeResponse(val bareMetalMachineId: String, val imageId: String, val networkAttachments: List<NetworkAttachmentResponse>, val nodeName: String, val powerState: String)

Constructors

Link copied to clipboard
constructor(bareMetalMachineId: String, imageId: String, networkAttachments: List<NetworkAttachmentResponse>, nodeName: String, powerState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The machine image last used to deploy this node.

Link copied to clipboard

The list of network attachments to the virtual machine.

Link copied to clipboard

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

Link copied to clipboard

The power state (On | Off) of the node.