InstanceNetworkInterfaces

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the secondary ENI.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val vswitchId: String? = null

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