EcsInstanceSetNetworkInterface

data class EcsInstanceSetNetworkInterface(val description: String? = null, val networkInterfaceName: String? = null, val primaryIpAddress: String? = null, val securityGroupId: String, val vswitchId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of ENI.

Link copied to clipboard

The name of ENI.

Link copied to clipboard

The primary private IP address of ENI.

Link copied to clipboard

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

Link copied to clipboard
val vswitchId: String? = null

The ID of the vSwitch to which to connect ENI.