HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverrideArgs

data class HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverrideArgs(val jumboPacket: Output<String>? = null, val networkDirect: Output<String>? = null, val networkDirectTechnology: Output<String>? = null) : ConvertibleToJava<HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverrideArgs>

Constructors

constructor(jumboPacket: Output<String>? = null, networkDirect: Output<String>? = null, networkDirectTechnology: Output<String>? = null)

Properties

Link copied to clipboard
val jumboPacket: Output<String>? = null

The jumbo frame size of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val networkDirect: Output<String>? = null

The network direct of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val networkDirectTechnology: Output<String>? = null

The network direct technology of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.

Functions

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