EcsInstanceSetNetworkInterfaceArgs

data class EcsInstanceSetNetworkInterfaceArgs(val description: Output<String>? = null, val networkInterfaceName: Output<String>? = null, val primaryIpAddress: Output<String>? = null, val securityGroupId: Output<String>, val vswitchId: Output<String>? = null) : ConvertibleToJava<EcsInstanceSetNetworkInterfaceArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, networkInterfaceName: Output<String>? = null, primaryIpAddress: Output<String>? = null, securityGroupId: Output<String>, vswitchId: Output<String>? = null)

Properties

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

The description of ENI.

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

The name of ENI.

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

The primary private IP address of ENI.

Link copied to clipboard
val securityGroupId: Output<String>

The ID of the security group to which to assign secondary ENI.

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

The ID of the vSwitch to which to connect ENI.

Functions

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