StorageAdapterIPInfoArgs

data class StorageAdapterIPInfoArgs(val ipv4Address: Output<String>? = null, val physicalNode: Output<String>? = null, val subnetMask: Output<String>? = null) : ConvertibleToJava<StorageAdapterIPInfoArgs>

The StorageAdapter physical nodes of a cluster.

Constructors

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

Properties

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

The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.

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

storage adapter physical node name.

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

The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.

Functions

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