AdapterPropertyOverridesArgs

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

The AdapterPropertyOverrides of a cluster.

Constructors

Link copied to clipboard
constructor(jumboPacket: Output<String>? = null, networkDirect: Output<String>? = null, networkDirectTechnology: Output<String>? = null)

Properties

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

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

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

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

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

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'

Functions

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