Package version:

Interface HciEdgeDeviceStorageAdapterIPInfo

The StorageAdapter physical nodes of a cluster.

interface HciEdgeDeviceStorageAdapterIPInfo {
    ipv4Address?: string;
    physicalNode?: string;
    subnetMask?: string;
}

Properties

ipv4Address?: string

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

physicalNode?: string

storage adapter physical node name.

subnetMask?: string

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