InstanceNetworkInterfacesArgs

data class InstanceNetworkInterfacesArgs(val networkCardIndex: Output<Int>? = null, val networkInterfaceId: Output<String>? = null, val networkInterfaceTrafficMode: Output<String>? = null, val queuePairNumber: Output<Int>? = null, val securityGroupIds: Output<List<String>>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<InstanceNetworkInterfacesArgs>

Constructors

Link copied to clipboard
constructor(networkCardIndex: Output<Int>? = null, networkInterfaceId: Output<String>? = null, networkInterfaceTrafficMode: Output<String>? = null, queuePairNumber: Output<Int>? = null, securityGroupIds: Output<List<String>>? = null, vswitchId: Output<String>? = null)

Properties

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

The index of the network card for Secondary ENI.

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

The ID of the Secondary ENI.

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

The communication mode of the Secondary ENI. Default value: Standard. Valid values:

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

The number of queues supported by the ERI.

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

The ID of security group N to which to assign Secondary ENI N.

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

The ID of the vSwitch to which to connect Secondary ENI N.

Functions

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