NetworkInterfaceAttachmentArgs

data class NetworkInterfaceAttachmentArgs(val instanceId: Output<String>? = null, val networkCardIndex: Output<Int>? = null, val networkInterfaceId: Output<String>? = null, val trunkNetworkInstanceId: Output<String>? = null, val waitForNetworkConfigurationReady: Output<Boolean>? = null) : ConvertibleToJava<NetworkInterfaceAttachmentArgs>

DEPRECATED: This resource has been renamed to alicloud.ecs.EcsNetworkInterfaceAttachment from version 1.123.1. Provides an Alicloud ECS Elastic Network Interface Attachment as a resource to attach ENI to or detach ENI from ECS Instances. For information about Elastic Network Interface and how to use it, see Elastic Network Interface.

Import

Network Interfaces Attachment resource can be imported using the id, e.g.

$ pulumi import alicloud:vpc/networkInterfaceAttachment:NetworkInterfaceAttachment eni eni-abc123456789000:i-abc123456789000

Constructors

Link copied to clipboard
constructor(instanceId: Output<String>? = null, networkCardIndex: Output<Int>? = null, networkInterfaceId: Output<String>? = null, trunkNetworkInstanceId: Output<String>? = null, waitForNetworkConfigurationReady: Output<Boolean>? = null)

Properties

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

The instance ID to attach.

Link copied to clipboard
val networkCardIndex: Output<Int>? = null
Link copied to clipboard
val networkInterfaceId: Output<String>? = null

The ENI ID to attach.

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

Functions

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