UnassignPrivateIpAddresses#

Description#

Запрос на отмену назначения адресов сетевому интерфейсу.

Request Parameters#

  • NetworkInterfaceId — The ID of the network interface.

    • Type: Strings

    • Required: Yes

  • PrivateIpAddresses.N — Спецификация внутренних IP-адресов.

    • Type: Array of strings

    • Required: No

Response Elements#

    • requestId — The request ID.

    • Type: String

  • returnTrue is returned if the request succeeds, and an error otherwise.

    • Type: Boolean

Examples#

c2-ec2 UnassignPrivateIpAddresses NetworkInterfaceId eni-12345678 PrivateIpAddresses.1 192.0.2.10