HostNetworkArgs

data class HostNetworkArgs(val enableStorageAutoIp: Output<Boolean>? = null, val intents: Output<List<IntentsArgs>>? = null, val storageConnectivitySwitchless: Output<Boolean>? = null, val storageNetworks: Output<List<StorageNetworksArgs>>? = null) : ConvertibleToJava<HostNetworkArgs>

The HostNetwork of a cluster.

Constructors

Link copied to clipboard
constructor(enableStorageAutoIp: Output<Boolean>? = null, intents: Output<List<IntentsArgs>>? = null, storageConnectivitySwitchless: Output<Boolean>? = null, storageNetworks: Output<List<StorageNetworksArgs>>? = null)

Properties

Link copied to clipboard
val enableStorageAutoIp: Output<Boolean>? = null

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.

Link copied to clipboard
val intents: Output<List<IntentsArgs>>? = null

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.

Link copied to clipboard

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

Link copied to clipboard

List of StorageNetworks config to deploy AzureStackHCI Cluster.

Functions

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