LaunchTemplateNetworkInterfaceCountArgs

data class LaunchTemplateNetworkInterfaceCountArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateNetworkInterfaceCountArgs>

The minimum and maximum number of network interfaces.

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

Link copied to clipboard
val max: Output<Int>? = null

The maximum number of network interfaces. To specify no maximum limit, omit this parameter.

Link copied to clipboard
val min: Output<Int>? = null

The minimum number of network interfaces. To specify no minimum limit, omit this parameter.

Functions

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