Instance Network Interfaces Args
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>
Properties
Link copied to clipboard
The index of the network card for Secondary ENI.
Link copied to clipboard
The ID of the Secondary ENI.
Link copied to clipboard
The communication mode of the Secondary ENI. Default value: Standard
. Valid values:
Link copied to clipboard
The number of queues supported by the ERI.
Link copied to clipboard
The ID of security group N to which to assign Secondary ENI N.