NetworkInterfaceAttachment

class NetworkInterfaceAttachment : KotlinCustomResource

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The instance ID to attach.

Link copied to clipboard
val networkCardIndex: Output<Int>?
Link copied to clipboard

The ENI ID to attach.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>