InstanceNetworkInterfacesArgs

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

Constructors

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

Properties

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 ENI. Default value: Standard. Valid values:

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

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

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

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

Functions

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