DetachNetworkInterface
In this article:
DetachNetworkInterface#
Description#
The request to detach a network interface from the specified instance.
Important
Отсоединять основной сетевой интерфейс запрещено. Определить, что интерфейс для экземпляра является основным, можно по выводу метода DescribeNetworkInterfaces: атрибут DeviceIndex должен равняться нулю.
Request Parameters#
AttachmentId — The ID of the attachment.
Type: String
Required: Yes
Response Elements#
requestId — The request ID
Type: String
return —
True
is returned if the request succeeds, and an error otherwiseType: Boolean
Examples#
c2-ec2 DetachNetworkInterface AttachmentId eni-attach-12345678