HciDeploymentSettingScaleUnitHostNetworkArgs

data class HciDeploymentSettingScaleUnitHostNetworkArgs(val intents: Output<List<HciDeploymentSettingScaleUnitHostNetworkIntentArgs>>, val storageAutoIpEnabled: Output<Boolean>? = null, val storageConnectivitySwitchlessEnabled: Output<Boolean>? = null, val storageNetworks: Output<List<HciDeploymentSettingScaleUnitHostNetworkStorageNetworkArgs>>) : ConvertibleToJava<HciDeploymentSettingScaleUnitHostNetworkArgs>

Constructors

constructor(intents: Output<List<HciDeploymentSettingScaleUnitHostNetworkIntentArgs>>, storageAutoIpEnabled: Output<Boolean>? = null, storageConnectivitySwitchlessEnabled: Output<Boolean>? = null, storageNetworks: Output<List<HciDeploymentSettingScaleUnitHostNetworkStorageNetworkArgs>>)

Properties

Link copied to clipboard

One or more intent blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.

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

Whether allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. Optional parameter required only for 3 nodes switchless deployments. Possible values are true and false. Defaults to true. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Defines how the storage adapters between nodes are connected either switch or switch less. Possible values are true and false. Defaults to false. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

One or more storage_network blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.

Functions

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