PhysicalNodesResponse

data class PhysicalNodesResponse(val ipv4Address: String? = null, val name: String? = null)

The PhysicalNodes of a cluster.

Constructors

Link copied to clipboard
constructor(ipv4Address: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4Address: String? = null

The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.

Link copied to clipboard
val name: String? = null

NETBIOS name of each physical server on your Azure Stack HCI cluster.