InstanceNetworkInterfaces

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val networkCardIndex: Int? = null

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
val queuePairNumber: Int? = null

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.

Link copied to clipboard
val vswitchId: String? = null

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