StorageAdapterIPInfoResponse

data class StorageAdapterIPInfoResponse(val ipv4Address: String, val physicalNode: String, val subnetMask: String)

The StorageAdapter physical nodes of a cluster.

Constructors

Link copied to clipboard
constructor(ipv4Address: String, physicalNode: String, subnetMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

storage adapter physical node name.

Link copied to clipboard

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