Package version:

Interface DeploymentSettingStorageNetworks

The StorageNetworks of a cluster.

interface DeploymentSettingStorageNetworks {
    name?: string;
    networkAdapterName?: string;
    storageAdapterIPInfo?: {};
    vlanId?: string;
}

Properties

name?: string

Name of the storage network.

networkAdapterName?: string

Name of the storage network adapter.

storageAdapterIPInfo?: {}

List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.

vlanId?: string

ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.