Package version:

The HostNetwork of a cluster.

interface HciEdgeDeviceHostNetwork {
    enableStorageAutoIp?: boolean;
    intents?: {};
    storageConnectivitySwitchless?: boolean;
    storageNetworks?: {};
}

Properties

enableStorageAutoIp?: boolean

Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.

intents?: {}

The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.

storageConnectivitySwitchless?: boolean

Defines how the storage adapters between nodes are connected either switch or switch less.

storageNetworks?: {}

List of StorageNetworks config to deploy AzureStackHCI Cluster.