HciDeploymentSettingScaleUnitPhysicalNodeArgs

data class HciDeploymentSettingScaleUnitPhysicalNodeArgs(val ipv4Address: Output<String>, val name: Output<String>) : ConvertibleToJava<HciDeploymentSettingScaleUnitPhysicalNodeArgs>

Constructors

constructor(ipv4Address: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val ipv4Address: Output<String>

Specifies the IPv4 address assigned to each physical server on your Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val name: Output<String>

The NETBIOS name of each physical server on your Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Functions

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