HciDeploymentSettingScaleUnitHostNetworkStorageNetworkArgs

data class HciDeploymentSettingScaleUnitHostNetworkStorageNetworkArgs(val name: Output<String>, val networkAdapterName: Output<String>, val vlanId: Output<String>) : ConvertibleToJava<HciDeploymentSettingScaleUnitHostNetworkStorageNetworkArgs>

Constructors

constructor(name: Output<String>, networkAdapterName: Output<String>, vlanId: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the storage network. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

The name of the network adapter. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val vlanId: Output<String>

Specifies the ID for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. Changing this forces a new Stack HCI Deployment Setting to be created.

Functions

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