Network Interface Attachment Args
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
Content copied to clipboard