PhysicalNodesArgs

data class PhysicalNodesArgs(val ipv4Address: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<PhysicalNodesArgs>

The PhysicalNodes of a cluster.

Constructors

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

Properties

Link copied to clipboard
val ipv4Address: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PhysicalNodesArgs