AdditionalNetworkInterfaceConfigurationArgs

data class AdditionalNetworkInterfaceConfigurationArgs(val dscpConfiguration: Output<SubResourceArgs>? = null, val enableAcceleratedNetworking: Output<Boolean>? = null, val ipConfigurations: Output<List<IpConfigurationArgs>>, val name: Output<String>) : ConvertibleToJava<AdditionalNetworkInterfaceConfigurationArgs>

Specifies the settings for a network interface to attach to the node type.

Constructors

constructor(dscpConfiguration: Output<SubResourceArgs>? = null, enableAcceleratedNetworking: Output<Boolean>? = null, ipConfigurations: Output<List<IpConfigurationArgs>>, name: Output<String>)

Properties

Link copied to clipboard
val dscpConfiguration: Output<SubResourceArgs>? = null

Specifies the DSCP configuration to apply to the network interface.

Link copied to clipboard

Specifies whether the network interface is accelerated networking-enabled.

Link copied to clipboard

Specifies the IP configurations of the network interface.

Link copied to clipboard
val name: Output<String>

Name of the network interface.

Functions

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