HciDeploymentSettingScaleUnitHostNetwork

data class HciDeploymentSettingScaleUnitHostNetwork(val intents: List<HciDeploymentSettingScaleUnitHostNetworkIntent>, val storageAutoIpEnabled: Boolean? = null, val storageConnectivitySwitchlessEnabled: Boolean? = null, val storageNetworks: List<HciDeploymentSettingScaleUnitHostNetworkStorageNetwork>)

Constructors

Link copied to clipboard
constructor(intents: List<HciDeploymentSettingScaleUnitHostNetworkIntent>, storageAutoIpEnabled: Boolean? = null, storageConnectivitySwitchlessEnabled: Boolean? = null, storageNetworks: List<HciDeploymentSettingScaleUnitHostNetworkStorageNetwork>)

Types

Link copied to clipboard
object Companion

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

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.